ARCHIVED: Consider using k9s.
Run this and see what images your cluster is using or planning on using.
Use this with https://github.com/crhntr/uniqio for some fun times.
It starts a watcher and prints out the names of images used for all containers in every pod (including the init and ephemeral containers).
It is also a small example of using the kubernetes Go library.
go run main.go
You can the KUBERNETES_CONFIG_PATH
if you want to not use the default macOS config file.