Multi-variant Docker debugging toolkit for Kubernetes and cloud-native environments.
2.2K
Multi-variant Docker debugging toolkit for Kubernetes and cloud-native environments.
# Kubernetes ephemeral container
kubectl debug -it my-pod --image=mibtisam/debugbox:balanced --target=my-container
# Docker
docker run -it --rm mibtisam/debugbox:balanced
# Kubernetes debug pod
kubectl run debugbox --rm -it --image=mibtisam/debugbox:balanced
Choose the right image for your needs:
| Variant | Size | Use Case | Tag |
|---|---|---|---|
| lite | ~15 MB | Fast network diagnostics | mibtisam/debugbox:lite |
| balanced | ~47 MB | Daily DevOps/SRE work (default) | mibtisam/debugbox:balanced or :latest |
| power | ~91 MB | Advanced forensics & packet analysis | mibtisam/debugbox:power |
DNS tools (dig, nslookup), HTTP testing (curl), network inspection (ip, ping), port testing (netcat), JSON/YAML parsing (jq, yq)
Everything in Lite plus tcpdump, strace, htop, iftop, iperf3, lsof, vim, git, kubectx, kubens, mtr, nmap, socat
Everything in Balanced plus tshark, ngrep, iptables, nftables, conntrack, ltrace, Python, nano
All images support:
linux/amd64linux/arm64š Full docs: https://debugbox.ibtisam-iq.comā
š¦ GitHub: https://github.com/ibtisam-iq/debugboxā
š License: MIT
latest, balanced, balanced-latest, balanced-1.0.0 (47 MB, recommended)lite, lite-latest, lite-1.0.0 (15 MB, minimal)power, power-latest, power-1.0.0 (91 MB, comprehensive)1.0.0 (alias for balanced-1.0.0)Built with Alpine Linux, Docker Buildx, and open-source debugging tools.
Content type
Image
Digest
sha256:b09cb0979ā¦
Size
45 MB
Last updated
2 months ago
docker pull mibtisam/debugbox