Created
January 20, 2023 10:30
-
-
Save antweiss/1b1d66cb108230e727b8d7ce11479b08 to your computer and use it in GitHub Desktop.
Get all images in a multi-container pod
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
kubectl get pod my-pod -ojson | jq ".spec.containers[] | .image" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment