Alpine and Ubuntu based image, to test K8s cluster internally.
8.7K
Alpine and Ubuntu based image, to test K8s cluster internally.
kubectl run shell --rm -it --image=jgkong/debug-shell --restart=Never -- bash
kubectl run shell --image=jgkong/debug-shell --restart=Never
kubectl exec -it shell bash
kubectl delete pod shell
Content type
Image
Digest
Size
5.4 MB
Last updated
about 5 years ago
docker pull jgkong/debug-shell