Prometheus Stack
Install with Helm
values.yamlgrafana:
adminPassword: admin1234!
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install prometheus-stack prometheus-community/kube-prometheus-stack -n monitoring -f values.yaml