Team, I see this [list-all-running-container-image]https://kubernetes.io/docs/tasks/access-application-cluster/list-all-running-container-images/. however, I cannot bank operations on this because it is very heavy operation as I have 25K pods on cluster.
so what is the better performance approach to get all the image uri's from all specs of a pod? or from pod logs when container is pulled.
Goal is count the number of images that are pulled and their frequency. what would be better solution to do this instead of kubectl command?
if this portal is not for such question, please help reroute. Once I have solution, then I will plan on storing it later and how.