Prometheus Installation with Helm: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack | * https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack | ||
=Overview= | =Overview= | ||
Installs Prometheus, Grafana, etc. | Installs [[Prometheus]], [[Grafana]], etc. | ||
=Internal= | =Internal= |
Revision as of 04:42, 14 October 2020
External
Overview
Installs Prometheus, Grafana, etc.
Internal
Install
Install the "kube-prometheus-stack" Helm chart.
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