Created
January 21, 2022 15:32
-
-
Save KrustyHack/887720a6908290bf4f800b3c40797532 to your computer and use it in GitHub Desktop.
Docker images used in Kubernetes cluster
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 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