怎么打开 istio 的应用grafana和kiali 的 dashboard

Posted on 2019-11-29 19:13  xiaoyongyang  阅读(680)  评论(0编辑  收藏  举报

1.

kubectl get pods -n istio-system -w

kubectl get service -n istio-system -w

 

2. 要把访问Port映射出去一次:

kubectl port-forward --address 0.0.0.0 {pod-name} 20001 -n istio-system

把kiali 映射出去一次:

kubectl port-forward --address 0.0.0.0 kiali-fb5f485fb-2jczp 20001 -n istio-system

把grafana 映射出去一次:

kubectl port-forward --address 0.0.0.0 grafana-6c8f45499-9k6n6 3000 -n istio-system

Copyright © 2024 xiaoyongyang
Powered by .NET 9.0 on Kubernetes