How can I summarize all the resource limits and requests in Kubernetes with kubectl?
I started using Lens and noticed that it gives you some warnings when the pods inside the nodes have limits higher than the actual capacity. So I tried to get this information with kubectl but I'm new to jsonpath and I just managed to get the raw info using something like this: kubectl get pods -o=jsonpath='{.items..resources.limits}' -A That produces someth