Category: Kubernetes

Prometheus and Grafana are some of the most popular monitoring solutions for Kubernetes, and they now come as default in most managed clusters such as GKE. It not only provides you with a hardened, well-tested setup but also provides a lot of preconfigured dashboards to get you started right away.

You will need the following: For those who don’t know about Helm, it is a package manager for Kubernetes that allows you to install and manage your Kubernetes applications.

Now access the Prometheus dashboard on http://127.0.0.1:9090: And as we see, Prometheus is up and running.

Prometheus and Grafana are powerful tools for monitoring your Kubernetes cluster, and with Helm, they are so much easier to set up as well.

Related Articles