繁体   English   中英

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

[英]Access Prometheus GUI on Kubernetes Cluster with Istio

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

如何确认 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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM