Let GRAFANA run up in the ISTIO

Compare hundreds of times.

Within this GRAFANA, it has been integrated ISTIO common DASHBOARD up.

First, map a local port

kubectl port-forward -n istio-system $(kubectl get pod -n istio-system -l app=grafana -o jsonpath='{.items[0].metadata.name}') 3008:3000

Second, the external port mapping

ssh -N -f -L 0.0.0.0:3009:127.0.0.1:3008 root@0.0.0.0

Third, access

Guess you like

Origin www.cnblogs.com/aguncn/p/11245719.html