Skip to content

Instantly share code, notes, and snippets.

@posquit0
Last active April 20, 2022 08:01
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 posquit0/4407e08b1577af380de7ef255f2b1738 to your computer and use it in GitHub Desktop.
Save posquit0/4407e08b1577af380de7ef255f2b1738 to your computer and use it in GitHub Desktop.
Useful kubectl commands
# List nodes with role and instance type sorted by creation time
kubectl get nodes -L node.kubernetes.io/role -L node.kubernetes.io/instance-type --sort-by=.metadata.creationTimestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment