1 Repo
Inspecting running Kubernetes containers and reading their logs by directly targeting the k8s.io containerd namespace.
Distinct from Kubernetes Pod Debugging: Distinct from Kubernetes Pod Debugging: operates at the containerd namespace level rather than attaching a debugger to a pod process.
Explore 1 awesome GitHub repository matching development tools & productivity · Containerd Namespace Debugging. Refine with filters or upvote what's useful.
nerdctl is a command-line tool that manages containers and images using containerd as the runtime, providing a Docker-compatible interface for container lifecycle management. It supports running containers with the same command syntax and flags as Docker, including multi-container Compose workflows, and enables rootless container execution without host kernel escalation. The tool extends beyond basic container management with several advanced distribution and security capabilities. It can start containers before full image download by fetching only metadata and on-demand layers from eStargz-f
Provides direct debugging of Kubernetes containers by targeting the containerd namespace.