Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.1 KB

Camunda 8 Helm Profile: Metrics

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.

Install

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.

Uninstall

make clean

Grafana URL

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