Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 如何对外公开Prometheus和Grafana仪表盘,这些仪表盘在GKE中配置为google click to deploy_Google Cloud Platform_Grafana_Prometheus_Kubernetes Ingress_Nginx Ingress - Fatal编程技术网

Google cloud platform 如何对外公开Prometheus和Grafana仪表盘,这些仪表盘在GKE中配置为google click to deploy

Google cloud platform 如何对外公开Prometheus和Grafana仪表盘,这些仪表盘在GKE中配置为google click to deploy,google-cloud-platform,grafana,prometheus,kubernetes-ingress,nginx-ingress,Google Cloud Platform,Grafana,Prometheus,Kubernetes Ingress,Nginx Ingress,是否有人可以帮助我对外公开Prometheus和Grafana仪表盘,这些仪表盘是在GKE中通过google click to deploy配置的。根据文档,Grafana可以公开为GKE ClusterIP服务,也可以仅使用端口转发在内部公开。您应该能够通过遵循说明来实现您的目标。否则请发布症状和具体问题。是的,这就是我想要做的。我想配置入口以及如何配置入口?kubectl patch svc“${APP\u INSTANCE\u NAME}-grafana”\--namespace“${na

是否有人可以帮助我对外公开Prometheus和Grafana仪表盘,这些仪表盘是在GKE中通过google click to deploy配置的。

根据文档,Grafana可以公开为GKE ClusterIP服务,也可以仅使用端口转发在内部公开。您应该能够通过遵循说明来实现您的目标。否则请发布症状和具体问题。

是的,这就是我想要做的。我想配置入口以及如何配置入口?
kubectl patch svc“${APP\u INSTANCE\u NAME}-grafana”\--namespace“${namespace}”\-p'{“spec”:{“type”:“LoadBalancer”}}”