iximiuz/cdebug
cdebug - a swiss army knife of container debugging observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 63
- Release rhythm 34
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1411
- days_rel: 227
- days_push: 227
- n_releases_24m: 1
Adoption not part of the score
1666 stars · 67 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cdebug is a statically linked Go CLI that acts as a swiss army knife for debugging containers and pods, especially those built from slim or distroless images lacking shells and tools. It injects a debugging sidecar that shares the target's filesystem, and supports port forwarding and filesystem export across Docker, containerd, and Kubernetes.
Use cases
- debug a distroless container with no shell
- get an interactive shell into a slim container
- exec into a containerd container without nerdctl tooling
- start a debug shell in a Kubernetes pod
- forward unpublished container ports to the host
- expose host endpoints to container or Kubernetes networks
- export a container or image filesystem to a local folder
When to choose
- you need to troubleshoot running containers that lack shell or debugging tools
- you work across Docker, containerd, and Kubernetes and want one debugging tool
- you want ephemeral debug sidecars that feel like docker exec
- you need quick port-forwarding or filesystem export for containers
When to avoid
- you only use Podman, OCI runc/crun, or CRI runtimes where support is missing or incomplete
- you need a GUI or long-running monitoring solution rather than an on-demand debugging tool
- your platform is Windows (only linux/amd64 and darwin builds are provided)
Facets
cli-tool · maturity active
developer-tools cli developer-tools cli container-debugging distroless ephemeral-containers port-forwarding sidecar docker containerd kubernetes containers devops command-line linux macos
3 sources
- readme: https://github.com/iximiuz/cdebug · fetched 2026-08-28 · ac55b674849a
- homepage: https://iximiuz.com/en/posts/docker-debug-slim-containers/ · fetched 2026-08-29 · 8662a42ab817
- site_page: https://iximiuz.com/en/about · fetched 2026-08-29 · 87ddc93c9454
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iximiuz/cdebug | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem