Bạn có thể tham khảo helm chart sau:
https://prometheus-community.github.io/helm-charts

Phần dưới này đã bị outdate
helm repo add stable https://charts.helm.sh/stable
helm search repo prometheus-operator
NAME CHART VERSION APP VERSION DESCRIPTION
stable/prometheus-operator 9.3.2 0.38.1 DEPRECATED Provides easy monitoring definitions...
helm show values stable/prometheus-operator > prometheus-operator.yaml
get password admin grafana:
kubectl get secret --namespace <namespace> <name-deployment-grafana> -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
Tobe Continue