Created
September 28, 2021 16:13
-
-
Save jhoelzel/07334e7698b9cf729e8087e01de8dfe4 to your computer and use it in GitHub Desktop.
Kubernetes count items with wc
This file contains 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
kubectl get deployments --no-headers | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment