- Use
kubectl describe pod ...to find the node running your Pod and the container ID (docker://...) - SSH into the node
- run
docker exec -it -u root ID /bin/bash
kubectl describe pod ... to find the node running your Pod and the container ID (docker://...)docker exec -it -u root ID /bin/bash