- 添加grafana仓库
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
- 安装grafana
helm install ds-grafana grafana/grafana -n mynamespace --set service.type=NodePort
- 获取管理员admin的密码
kubectl get secret --namespace pt ds-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
- 导入现有看板或者创建新的看析以及数据源