I am using different opensource components by pulling helm charts and installing. Now, after some time while deploying one custom helm chart I am getting resources unavailable. So, rather than counting manually is there any way to know total reserved resources.
So, How to get total reserved CPU and memory reserved by Kubernetes deployments/daemonsets/statefulsets.
(where limits and requests for cpu and memory is same)