Monitoring Kubernetes with Popeye, Prometheus & Grafana
TL;DR Popeye is a utility that scans live Kubernetes clusters and reports potential issues with deployed resources and configurations. I set up Popeye to scan my K3s cluster and visualize results in Grafana using Pushgateway. Total setup time: ~30 minutes. My Setup Bare Metal: Ubuntu 24.04 LTS Cluster: K3s (single node test cluster) Monitoring stack: Prometheus Operator…
