title | weight | catalog | date | subtitle | header-img | tags | catagories | ||
---|---|---|---|---|---|---|---|---|---|
Grafana部署 |
6 |
true |
2023-05-18 03:50:57 -0700 |
|
|
docker run -d -p 3000:3000 grafana/grafana:latest
helm部署
helm repo add grafana https://grafana.github.io/helm-charts
helm search repo grafana
参考: