Prometheus Installation with Helm

From NovaOrdis Knowledge Base
Revision as of 04:02, 14 October 2020 by Ovidiu (talk | contribs) (Created page with "=External= * https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack =Internal= * Prometheus =Install= <syntaxhigh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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