Jsonpath — all container images kubectl

Enumerate every container image running in the cluster

kubectl get pods -A -o jsonpath='{range .items[*]}{.metadata.namespace}{"\t"}{.metadata.name}{"\t"}{range .spec.containers[*]}{.image}{"\n"}{end}{end}'
more kubectl all 73 commands →