Skip to content

devonwarren/debug-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Debug steps

With the pod name you are having issues with run the following command:

kubectl debug PODNAME -it --image=devonwarren/debug-image:latest --share-processes --copy-to=myapp-debug

Run whatever commands needed to debug the issue and then do a kubectl delete myapp-debug to destroy the debugging pod

List of tools

  • curl
  • nmap
  • netstat
  • iotop
  • telnet
  • traceroute
  • tcpdump
  • iptraf-ng
  • htop
  • strace
  • gdb
  • python3
  • jq
  • yq
  • dig
  • mysql-client
  • postgresql-client
  • s3cmd
  • nfs-common

Releases

No releases published

Packages

No packages published