Sign inSign up

asoldatenko/debug

By asoldatenko

•Updated 2 months ago

Debug docker image for troubleshooting/debugging inside k8s

Image
0

8.4K

asoldatenko/debug repository overview

⁠debug

Debug docker image for troubleshooting/debugging inside k8s

  • Build/code: build-base git go bash bash-completion ncurses vim tmux jq
  • Network: bind-tools iputils tcpdump curl nmap tcpflow iftop net-tools mtr netcat-openbsd bridge-utils iperf ngrep
  • Certificates: ca-certificates openssl
  • Processes/IO: htop atop strace iotop sysstat ltrace ncdu logrotate hdparm pciutils psmisc tree pv

⁠Run k8s debug pod:

kubectl debug -it -n demo \
  sample-app --target=sample-debug \
  --image=asoldatenko/debug \
  --share-processes -- sh

Tag summary

Content type

Image

Digest

sha256:be4cf893e…

Size

205.5 MB

Last updated

2 months ago

docker pull asoldatenko/debug