[–] nazarewk 6y 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 [–] pj3677 6y 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`.
[–] pj3677 6y 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`.
2 comments
[ 340 ms ] story [ 704 ms ] threadWith recent kubectl/kubernetes you can port-forward the services directly without specifying pods like:
kubectl -n istio-system port-forward svc/kiali 20001:20001
There is one more way to do it assuming you are using Istio and have istioctl (Istio) installed: `istioctl dashboard grafana`.