Prometheus Installation with Helm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=
Installs [[Prometheus]], [[Grafana]], etc.
Installs [[Prometheus]], [[Grafana]], etc.
=Internal=
* [[Prometheus_Operations#Installation|Prometheus Operations]]


=Install=
=Install=

Revision as of 21:42, 14 October 2020

External

Overview

Installs Prometheus, Grafana, etc.

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

Post-Install

Uninstall

helm uninstall -n prometheus prometheus