Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Adding "Mirroring" screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 31, 2019
1 parent 1913626 commit 8bd3990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,8 @@ Do a simple query:
curl -o /dev/null -s -w "%{http_code}\n" http://${GATEWAY_URL}/productpage
```

![Mirroring Kiali Graph](images/istio_kiali_mirroring.gif "Mirroring Kiali Graph")

* Remove the application routing rules:

```bash
Expand All @@ -1365,7 +1367,7 @@ kubectl delete -f samples/bookinfo/networking/virtual-service-all-v1.yaml

Link: [http://localhost:9090/graph](http://localhost:9090/graph)

* Grafana [https://istio.io/docs/tasks/telemetry/using-istio-dashboard/] - (https://istio.io/docs/tasks/telemetry/using-istio-dashboard/)
* Grafana - [https://istio.io/docs/tasks/telemetry/using-istio-dashboard/](https://istio.io/docs/tasks/telemetry/using-istio-dashboard/)

```shell
kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=grafana -o jsonpath='{.items[0].metadata.name}') 3000:3000 &
Expand Down
Binary file added images/istio_kiali_mirroring.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bd3990

Please sign in to comment.