-
Notifications
You must be signed in to change notification settings - Fork 0
You find in this repo helm charts for prometheus, node exporter and kube-state-metrics to be installed on your k8s cluster in order to monitor the metrics of cluster nodes and cluster objects
SlemanKhadoor/k8s-monitoring-charts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
########################################################################### # Use "monitoring" namespace in order to deploy monitoring resources for your cluster # If it does not exist, prior executing helm, you need to create namespace ########################################################################### kubectl create namespace monitoring helm upgrade --install --namespace monitoring monitoring-node-exporter ./charts/node-exporter helm upgrade --install --namespace monitoring monitoring-kube-state-metrics ./charts/kube-state-metrics helm upgrade --install --namespace monitoring monitoring-prometheus ./charts/prometheus ########################## # Uninstalling ########################## helm uninstall monitoring-node-exporter --namespace monitoring helm uninstall monitoring-prometheus --namespace monitoring helm uninstall monitoring-kube-state-metrics --namespace monitoring ########################## #Deleting namespaces ########################## kubectl delete namespace monitoring
About
You find in this repo helm charts for prometheus, node exporter and kube-state-metrics to be installed on your k8s cluster in order to monitor the metrics of cluster nodes and cluster objects
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published