Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Created January 21, 2022 15:32
Show Gist options
  • Select an option

  • Save KrustyHack/887720a6908290bf4f800b3c40797532 to your computer and use it in GitHub Desktop.

Select an option

Save KrustyHack/887720a6908290bf4f800b3c40797532 to your computer and use it in GitHub Desktop.
Docker images used in Kubernetes cluster
kubectl get pods --all-namespaces -o jsonpath="{..image}" |tr -s '[[:space:]]' '\n' | grep -v gcr.io | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment