Prometheus Installation with Helm
Jump to navigation
Jump to search
External
Internal
Install
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo update
helm install -n prometheus prometheus prometheus-community/kube-prometheus-stack
Uninstall
helm uninstall -n prometheus prometheus