Hacker News new | ask | show | jobs
by nazarewk 2346 days 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

1 comments

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`.