Skip to content

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

Notifications You must be signed in to change notification settings

SlemanKhadoor/k8s-monitoring-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

No packages published