top | item 22043967

(no title)

nazarewk | 6 years ago

> 5. Quickly open Grafana/Jaeger/Kiali (or anything else)

With recent kubectl/kubernetes you can port-forward the services directly without specifying pods like:

kubectl -n istio-system port-forward svc/kiali 20001:20001

discuss

order

pj3677|6 years ago

Thanks, you're completely right, I have updated the article.

There is one more way to do it assuming you are using Istio and have istioctl (Istio) installed: `istioctl dashboard grafana`.