Skip to content

Instantly share code, notes, and snippets.

@antweiss
Created January 20, 2023 10:30
Show Gist options
  • Save antweiss/1b1d66cb108230e727b8d7ce11479b08 to your computer and use it in GitHub Desktop.
Save antweiss/1b1d66cb108230e727b8d7ce11479b08 to your computer and use it in GitHub Desktop.
Get all images in a multi-container pod
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