Created
January 19, 2021 19:54
-
-
Save mtintes/edf896af77cc89ea62cd5b5b1e75234f to your computer and use it in GitHub Desktop.
useful k8s stuff
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 images used in a namespace: | |
kubectl get pods -n <NAMESPACE> -o jsonpath="{.items[*].spec.containers[*].image}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment