#kubernetes (2023-11)
Archive: https://archive.sweetops.com/kubernetes/
2023-11-03
2023-11-05
2023-11-08
The mission? To identify common AWS EKS security issues and vulnerabilities and learn how to exploit them in practice.
I’m using kube prometheus stack and it works well but today I found that I can’t find a dashboard that tells me my overall capacity usage. Ex. if my cluster has 4 cpu total and i’ve requested 3 cpu already leaving 1 cpu left to be requested. Does anyone have a recommended community dashboard for this? Also, any other dashboards you folks would suggest ontop of the default kube-prometheus-stack installation?
Alternatively, i’ll probably build one and just publish it as a community dashboard. Any other high level metrics you folks would find helpful?
I think i may have answered my own question: https://grafana.com/grafana/dashboards/?search=capacity
Browse a library of official and community-built dashboards.
Is your feature request related to a problem ?
The current dashboards that ship with kube prometheus stack do not show capacity.
Describe the solution you’d like.
I think adding a capacity dashboard would be very helpful to users of kube-prometheus-stack. Here are a couple of examples I was thinking of implementing:
https://grafana.com/grafana/dashboards/13125-kubernetes-capacity-planning-limits/
https://grafana.com/grafana/dashboards/16237-cluster-capacity/
Describe alternatives you’ve considered.
I can build a dashboard for myself but I think this would be a good addition to the helm chart so that everyone can benefit from it.
Additional context.
I’d be happy to make a PR myself or let someone pick up this idea. I’m hoping to just get this approved and get additional feedback before I go off and build it for kube-prometheus-stack