当前位置:首页 > 编程笔记 > 正文
已解决

helm一键部署grafana

来自网友在路上 173873提问 提问时间:2023-11-06 19:08:00阅读次数: 73

最佳答案 问答题库738位专家为你答疑解惑

一键部署命令

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install prometheus prometheus-community/kube-prometheus-stack

暴露服务

kubectl port-forward --address 0.0.0.0 deployment/prometheus-grafana 3000

使用浏览器登录

username: admin
password: prom-operator

参考文档
Install Prometheus and Grafana on Kubernetes using Helm (k21academy.com)
https://k21academy.com/docker-kubernetes/prometheus-grafana-monitoring/

查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"helm一键部署grafana":http://eshow365.cn/6-33855-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!