Prometheus

Prometheus #

This document walks you through how to enable Prometheus on clusters

Create a cluster with Prometheus #

kwokctl create cluster --prometheus-port 9090

Create Grafana dashboard with Prometheus data source #

docker run -d --name=grafana -p 3000:3000 docker.io/grafana/grafana:9.4.7
  1. Open your web browser and go to http://localhost:3000
  2. On the login page, enter admin for username and password.
  3. Add the Prometheus data source, http://host.docker.internal:9090 or http://hostIP:9090 on Grafana, replacing hostIP with the IP address of your host.
  4. Import via grafana.com code 16248 on Grafana.

Now you can see the Grafana dashboard for the cluster.