simple ubuntu image to take the place of another image. Helps debug crash loops
969
Swap out whatever image is crashing with dkamer/k8s-debugger:stable
then you can use kubectl to access the pod and debug networking, PVs, etc from within the ubuntu image:
kubectl exec -it pod_name -c container_name -- /bin/bash
Content type
Image
Digest
Size
97 MB
Last updated
over 5 years ago
docker pull dkamer/k8s-debugger