godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
961 stars 192 forks source link

kubectl describe node #672

Open RajPathare opened 3 years ago

RajPathare commented 3 years ago

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?