Skip to content

Instantly share code, notes, and snippets.

@barnybug
Created July 17, 2018 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barnybug/fb2d96c11b77be6ad67e6bd07da54909 to your computer and use it in GitHub Desktop.
Save barnybug/fb2d96c11b77be6ad67e6bd07da54909 to your computer and use it in GitHub Desktop.
kubernetes tips

List pods ordered by node:

kubectl get po -o=wide --sort-by=.spec.nodeName

List nodes by instance type / zone:

kubectl get no -Lbeta.kubernetes.io/instance-type -Lfailure-domain.beta.kubernetes.io/zone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment