This folder contains a Makefile that can be used to install and configure Prometheus and Grafana into an existing Kubernetes Cluster.
If you don't have a Kubernetes Cluster yet, see the main README for details on how to create a cluster on the popular cloud providers.
Make sure you meet these prerequisites.
Optionally edit grafana-secret.yml and update the admin-user
and admin-password
if needed.
Open a terminal, and run:
make
If make
is correctly configured, you should also get tab completion for all available make targets.
make clean
After a succesful install, the following command can be used to see the Grafana Service:
kubectl get service metrics-grafana-loadbalancer --namespace default
Copy the EXTERNAL-IP
to access the Grafana Dashboard Web UI. The username and password can be found inside grafana-secret.yml