Source: retya-mahendra.medium.com

Monitoring Kubernetes Clusters
Monitoring is vital whether it is web application databases or kubernetes clusters. It’s about knowing how’s and what’s of application or cluster performance. Today let’s take a look at how we can setup Prometheus, Grafana and Kube-State-Metrics to monitor Kubernetes cluster and other resources running on the cluster.

Here, we will install the Prometheus Operator for Kubernetes that provides easy monitoring definitions for Kubernetes services and deployment and management of Prometheus instances.

Result will look like: Now change type service of Prometheus and Grafana : To access Grafana using http://node_ip:node_port

Related Articles