Prometheus Installation with Helm: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
helm install -n prometheus prometheus prometheus-community/kube-prometheus-stack | helm install -n prometheus prometheus prometheus-community/kube-prometheus-stack | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Post-Install= | |||
* [[Grafana_Operations#Expose_Grafana_Locally|Expose Grafana locally over a LoadBalancer service]] | |||
* [[Grafana_Operations#Change_Admin_Password|Recover (or change) Grafana password]] | |||
=Uninstall= | =Uninstall= |
Revision as of 04:45, 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
Post-Install
Uninstall
helm uninstall -n prometheus prometheus