Grafana部署
Docker部署
docker run -d -p 3000:3000 grafana/grafana:latest
K8S部署
helm部署
helm repo add grafana https://grafana.github.io/helm-charts
helm search repo grafana
参考:
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 May 23, 2023: add kube-promethus-stack (5581d4c)