Completek8s Classroom notes 18/Oct/2023

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

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner