Prometheus and Grafana
- Deploy the prometheus monitoring into kubernetes cluster as discussed in the class
- Now install grafana
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm install grafana grafana/grafana --namespace prometheus
- Prometheus configuration Refer Here
- We have configured prometheus on a linux server and
- scraped the metrics of prometheus
- Refer Here for application instrumentation