kubernetes-client
kubernetes-client copied to clipboard
kubectl describe node
Is there a call for "describe node [node-name]"? I need to get the number of pods running in a node and also know how much resources are being consumed by each pod. I know we query the metrics-server for fetching any info related to resources. Is it possible to get the resource info using this client?