Last active
April 20, 2022 08:01
-
-
Save posquit0/4407e08b1577af380de7ef255f2b1738 to your computer and use it in GitHub Desktop.
Useful kubectl commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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