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
- Open your web browser and go to http://localhost:3000
- On the login page, enter
admin
for username and password. - Add the Prometheus data source,
http://host.docker.internal:9090
orhttp://hostIP:9090
on Grafana, replacinghostIP
with the IP address of your host. - Import via
grafana.com code
16248
on Grafana.
Now you can see the Grafana dashboard for the cluster.