使用 Istio 在 Kubernetes 集群上访问 Prometheus GUI

Access Prometheus GUI on Kubernetes Cluster with Istio

我已经使用 Istio CLI 在我的 GKE 集群上安装了 Istio。我读过 Istio 默认带有 Prometheus。

如何确认 Prometheus 是否正确安装以及如何访问它?

# kubectl get po -n istio-system
NAME                                    READY   STATUS    RESTARTS   AGE
istio-egressgateway-64d976b9b5-pmf8d    1/1     Running   0          18d
istio-ingressgateway-68c86b9fc8-94ftm   1/1     Running   0          18d
istiod-5c986fb85b-h6v4r                 1/1     Running   0          18d
prometheus-7bfddb8dbf-x2p2x             2/2     Running   0          18d
zipkin-7fcd647cf9-hp8qs                 1/1     Running   0          18d

如果不存在,请使用以下命令部署它:

kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.9/samples/addons/prometheus.yaml