Category: Kubernetes

Monitoring is a crucial aspect of any jobs for technologies like Kubernetes which is a rage right now, a robust monitoring setup can bolster your confidence to migrate production workloads from VMs to Containers. This tool is a perfect combination for monitoring.

And check using below command: Now you can access the Prometheus dashboard using any Kubernetes node IP on port 30000. Now if you browse to status --> Targets, you will see all the Kubernetes endpoints connected to Prometheus automatically using service discovery as shown below.

Using Grafana you can create dashboards from Prometheus metrics to monitor the Kubernetes cluster.

Related Articles