Skip to content

Instantly share code, notes, and snippets.

@gauravarora
Last active April 17, 2019 10:17
Show Gist options
  • Save gauravarora/7f7f33887a1a680e27ed315a71571497 to your computer and use it in GitHub Desktop.
Save gauravarora/7f7f33887a1a680e27ed315a71571497 to your computer and use it in GitHub Desktop.
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