Skip to content

Ubivius/telemetry-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telemetry-Prometheus

Tool that scrapes metrics (ex: Cpu, memory and disk usage) from the cluster's components

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

Get Repo Info

$ 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

Installing the Chart

To install the chart with the release name prometheus:

$ helm install prometheus --version <version> prometheus-community/prometheus -f chart/values.yaml

Uninstalling the Chart

To uninstall/delete the prometheus deployment:

$ helm delete prometheus

The command removes all the Kubernetes components associated with the chart and deletes the release.

About

Prometheus deployment charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages