Prometheus Installation with Helm: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
=Post-Install= | =Post-Install= | ||
* [[Prometheus_Operations#Expose_Console_in_Kubernetes|Expose Prometheus console in Kubernetes]] | |||
* [[Grafana_Operations#Expose_Grafana_Locally|Expose Grafana locally over a LoadBalancer service]] | * [[Grafana_Operations#Expose_Grafana_Locally|Expose Grafana locally over a LoadBalancer service]] | ||
* [[Grafana_Operations#Change_Admin_Password|Recover (or change) Grafana password]] | * [[Grafana_Operations#Change_Admin_Password|Recover (or change) Grafana password]] |
Revision as of 21:24, 14 October 2020
External
- https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
- https://github.com/prometheus-operator/kube-prometheus
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
- Expose Prometheus console in Kubernetes
- Expose Grafana locally over a LoadBalancer service
- Recover (or change) Grafana password
Uninstall
helm uninstall -n prometheus prometheus