Feature: Show pod usages metrics under cluster > node-details
🔖 Feature description
It would be great to have a feature that would be show the pod usages metrics as well under node-details page, just like we shoe cluster/ node resource usages.
🎤 Pitch
In cases when you are just using Kubernetes Dashboard, it would be really helpful if you get resource usages metrics for memory and cpu. Just by adding the cluster, you would be able to see the pod usages as well and further it can help you optimise your resources. Currently, users can see cluster usage, node usage and for pod, only the given limits and requests for cpu/memory. Here's an image for reference -
✌️ Solution
Proving the cpu and memory resource usages would be a great adding to the entire K8s Dashboard by Devtron.
🔄️ Alternative
If just using Devtron's Kubernetes Dashboard, deploy prometheus, grafana and setup dashboards there for visibility of resource usage of pods.
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
AB#5110