Check resource requests/limits k8s-debug

Show resource requests and limits for each container

kubectl get pod mypod -o jsonpath='{range .spec.containers[*]}{.name}{"\t"}{.resources}{"\n"}{end}'
more k8s-debug all 27 commands →