I am debugging a Kubernetes cluster which deploys Docker containers.
How can I see the results and exit code of docker run
executed by Kubernetes?
Kubernetes does not execute docker run
command, it works with an API, usualy via default docker endpoint unix:///var/run/docker.sock