I'm really diving into Kubernetes monitoring, and it seems like there are many techniques out there. I'm looking for effective ways to achieve 100% coverage in monitoring my Kubernetes environment. Any suggestions or best practices? I've also found a video that goes into Kubernetes monitoring with Grafana, which might be helpful: https://youtu.be/BnDdN5xgnIg.
1 Answer
Before jumping in, what's your specific setup like? It's important to define what '100% monitoring' means for you. Are you looking to cover infrastructure metrics, application performance, or something else?
Totally! Infrastructure, application performance, certification checks, synthetic testing, and real user experience should all be on your radar.
Exactly! For instance, I consider Prometheus great for metrics, but by itself, it’s like 78% monitoring. If you add Grafana to the mix, it might bump you up a bit!