Skip to content

Instantly share code, notes, and snippets.

@groundnuty
Created April 20, 2021 13:15
Show Gist options
  • Save groundnuty/6806246ece4f2659bc0a52f35aed4bc6 to your computer and use it in GitHub Desktop.
Save groundnuty/6806246ece4f2659bc0a52f35aed4bc6 to your computer and use it in GitHub Desktop.
K8S Resources Summary
k get node -lkubernetes.io\/role=standard -o json | jq -r '[.items[] | .status.allocatable .cpu | .[0:-1] | tonumber | .] | add'
k get node -lkubernetes.io\/role=standard -o json | jq -r '[.items[] | .status.allocatable .memory | .[0:-1] | tonumber | .] | add'c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment