kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

kubectl describe node

Open RajPathare opened this issue 5 years ago • 0 comments

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?

RajPathare avatar Sep 14 '20 11:09 RajPathare