istioctl handy command to get to kiali and prometheus
These commands are definitely handy when it comes to checking out kiali / prometheus in istio.
To install kiali and prometheus
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.23/samples/addons/prometheus.yaml
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.23/samples/addons/kiali.yaml
To access the dashboard
istioctl dashboard prometheus
istioctl dashboard kiali
Comments