Skip to content

Dockerfile for debugging networking in Kubernetes

Notifications You must be signed in to change notification settings

schthms/kube-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

kube-debug

Dockerfile for debugging networking in Kubernetes

kubectl run -i --tty --rm debug --image=permutation/kube-debug --restart=Never -- /bin/sh

If istio is used and you want to start the container without sidecar injection

kubectl run -i --tty --rm debug2 --image=permutation/kube-debug --restart=Never \
--overrides='{ "apiVersion": "v1", "metadata": {"annotations": { "sidecar.istio.io/inject":"false" } } }' \
-- /bin/sh

About

Dockerfile for debugging networking in Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published