Use istioctl dashboard
command line to establish a secure tunnel to the Kiali pod:
istioctl dashboard kiali
The Kiali UI will be opened in your default web browser:
For the demo purpose, we will create a demo user account. Execute the following command to create the Kiali secret:
kubectl apply -f $WORKSHOP_HOME/istio-workshop-labs/kiali-secret.yaml
Refresh Kiali home page and the error message should disappear:
Enter the login password and the Kiali page:
The workload tab show the the service are running without sidecars as we haven’t yet deployed the:
We will explore different Kiali features later with the application.