- Kubernetes deployment contains MySQL, Prometheus and Grafana.
- git clone [email protected]:ganasubrgit/mysql-prometheus-grafana.git
- cd mysql-prometheus-grafana
- kubectl apply -f deployment.yaml
- kubectl port-forward -n monitoring 9090:9090
- use browser http://localhost:9090/
- kubectl port-forward -n monitoring 3000:3000
- use browser http://localhost:3000/
Login to Grafana using the default username and password, then import the dashboard using the JSON file in this repo.