Tool that scrapes metrics (ex: Cpu, memory and disk usage) from the cluster's components
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- prometheus · prometheus/prometheus-community (https://artifacthub.io/packages/helm/prometheus-community/prometheus)
Once Helm is set up properly, add the repo as follows:
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo add kube-state-metrics https://kubernetes.github.io/kube-state-metrics
$ helm repo update
To install the chart with the release name prometheus
:
$ helm install prometheus --version <version> prometheus-community/prometheus -f chart/values.yaml
To uninstall/delete the prometheus deployment:
$ helm delete prometheus
The command removes all the Kubernetes components associated with the chart and deletes the release.