Last active
April 17, 2019 10:17
-
-
Save gauravarora/7f7f33887a1a680e27ed315a71571497 to your computer and use it in GitHub Desktop.
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
Get all images in cluster | |
kubectl get pods --all-namespaces -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | |
Nodes with type | |
kubectl get nodes -L beta.kubernetes.io/instance-type -L failure-domain.beta.kubernetes.io/zone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment