Hey everyone! I've got a setup with several Kubernetes clusters in my homelab, each featuring different dashboards like Grafana, Prometheus, and other native UIs. I'm on the hunt for a way to unify all these dashboards into one single interface. I'm hoping to find either an app, service, or even just a strategy that can help me manage everything from one central location without the hassle of clicking through numerous dashboards or bookmarking each page. Also, it would be awesome if whatever solution I choose has support for authentication or some kind of access control. Any suggestions? Thanks a lot!
1 Answer
It's pretty standard to have multiple dashboards, but you can simplify things. You might want to have just two primary tools: Grafana for monitoring linked to Prometheus and another Kubernetes-native UI like k9s for real-time access. This way, you can consolidate your views without overwhelming yourself with too many dashboards.

If you want to discover and manage all your dashboards conveniently, check out Heimdall. You could also just build a simple static webpage with iframes for those dashboards. Old school, but it works!