Get all Images running in cluster
List all Container images in all namespaces
kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].image}"Last updated
kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].image}"Last updated