$ gorilla get the image ids of all pods runninginall namespacesinkubernetes » kubectl get pods --all-namespaces -o jsonpath="{..imageID}"kubectl get pods --all --namespaces kubectl get pod -A -o jsonpath='{range .items[*]}{"\n"}{.metadata.name}{"\t"}{.spec.containers[].imag...