You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the EXTERNAL-IP value is set, your environment has an external load balancer; if not, then set the external load balancer first then follow further steps.
370
375
@@ -376,23 +381,33 @@ For this cluster we are using metallb.
376
381
377
382
**[Kiali](https://kiali.io/)** is an observability console for Istio with service mesh configuration and validation capabilities. It helps you understand the structure and health of your service mesh by monitoring traffic.
**[Prometheus](https://prometheus.io/)** is an open-source monitoring system and time series database. You can use Prometheus with Istio to record metrics that track the health of Istio and of applications within the service mesh.
**5.5** Later after setting up ingress gateway and bookinfo gateway, we will view the dashboard, so for that you need to make these setting changes in your system proxy status.
388
397
389
398
Go to **Settings > Network > Proxy status >** Turn Use a **proxy server On**. In the exceptions field add your external IP address of kiali and ingressgateway service.
390
399
391
400
You can get IPs of these services by following command:
392
401
393
-
**`kubectl get svc -n istio-system`**
402
+
```shellsession
403
+
k8s-spiffe-integ-master-7j7fh-m67q9:~ kubectl get svc -n istio-system
* Connected to 172.16.0.250 (172.16.0.250) port 8080 (#0)
463
+
> GET http://172.16.17.5:80/productpage HTTP/1.1
464
+
> Host: 172.16.17.5
465
+
> User-Agent: curl/7.66.0
466
+
> Accept: */*
467
+
> Proxy-Connection: Keep-Alive
468
+
>
469
+
470
+
471
+
```
472
+
432
473
433
-

434
474
435
475
You can generate traffic on product page by just reaching out to shown http URL.
436
476
@@ -441,7 +481,9 @@ You can generate traffic on product page by just reaching out to shown http URL.
441
481
Generate traffic on product page and observe the graphs on Kiali dashboard.
442
482
Reach out to kiali dashboard in your browser by just copying external IP from above and http into that IP and port.
443
483
444
-
**`http://<kiali_external_ip>:<port>`**
484
+
```shellsession
485
+
http://<kiali_external_ip>:<port>
486
+
```
445
487
446
488
After reaching kiali dashboard, generate traffic on product page and simultaneously, view and analyse traffic on kiali using various graphs and visualising methods.
0 commit comments