Skip to content

Instantly share code, notes, and snippets.

View melmaliacone's full-sized avatar

Mel Cone (they/she/he) melmaliacone

View GitHub Profile
@melmaliacone
melmaliacone / prometheus-grafana-monitoring.md
Last active October 5, 2021 10:24
Using Prometheus and Grafana to Monitor Kubernetes Clusters and NGINX Metrics

Using Prometheus and Grafana to Monitor Kubernetes Clusters and NGINX Metrics

You can create your own Grafana dashboard from scratch, but this guide will show you how to import an already existing Grafana dashboard that contains most of the Kubernetes and NGINX metrics you would want to monitor.

Prerequisites

  • Kubernetes cluster
  • Helm 3

Note: If you need to migrate from Helm 2 to Helm 3, I recommend using this plugin.