Created
October 1, 2025 11:08
-
-
Save valtoni/4ed8dc015507c23365d3dc2ad69ca6a6 to your computer and use it in GitHub Desktop.
CheatSheet Kubernetes
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 Deployment (app) ReplicaSets sorted by age | |
| kubectl get rs -n <namespace> -l app=<app> -o custom-columns=NAME:.metadata.name,REV:.metadata.annotations.deployment\.kubernetes\.io/revision,REPLICAS:.status.replicas,AGE:.metadata.creationTimestamp --sort-by='.metadata.annotations.deployment\.kubernetes\.io/revision' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment