Skip to content

Instantly share code, notes, and snippets.

@mtintes
Created January 19, 2021 19:54
Show Gist options
  • Save mtintes/edf896af77cc89ea62cd5b5b1e75234f to your computer and use it in GitHub Desktop.
Save mtintes/edf896af77cc89ea62cd5b5b1e75234f to your computer and use it in GitHub Desktop.
useful k8s stuff
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