A container image to help in debugs
kubectl run debug --rm -i --tty --image jhonn/debug:latest -- /bin/bash
This command will open a shell, and you can interact with other components inside the Kubernetes cluster.
- gnupg
- ca-certificates
- curl
- git
- dnsutils
- tcpdump
- nmap
- telnet
- inetutils-ping
- vim
- jq
- openssl
- netcat-openbsd
- make
- perf
- kubectl
- redis-tools
- mongodb-org-shell
- postgresql
- Golang
- Python