Skip to content

Instantly share code, notes, and snippets.

@rnemeth90
Created June 13, 2022 18:50
Show Gist options
  • Save rnemeth90/c432b3700dad76b2a2a32bac36540aab to your computer and use it in GitHub Desktop.
Save rnemeth90/c432b3700dad76b2a2a32bac36540aab to your computer and use it in GitHub Desktop.
Get Pod Capacity for Kubernetes Node
kubectl get nodes -o=custom-columns=NAME:.metadata.name,CAPACITY:.status.capacity.pods
@rnemeth90
Copy link
Author

Making public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment