awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Kubernetes Ephemeral Container Debugging

Ranking updated Jun 30, 2026

Tools and utilities for attaching ephemeral containers to running pods to troubleshoot live Kubernetes environments.

Kubernetes Ephemeral Container Debugging

Find the best repos with AI.We'll search the best matching repositories with AI.
  • aylei/kubectl-debugaylei avatar

    aylei/kubectl-debug

    2,304View on GitHub↗

    Kubectl-debug is a diagnostic utility for Kubernetes that enables deep inspection of running containerized applications. It functions by dynamically injecting ephemeral sidecar containers into existing pods, allowing users to troubleshoot processes and filesystems without modifying original production images. The tool manages the lifecycle of these diagnostic agents, ensuring they are created on demand and cleaned up automatically after an investigation session concludes. The project distinguishes itself by enabling shared namespace access, which allows diagnostic tools to join the process an

    aylei/kubectl-debug is a kubectl plugin that simplifies debugging Kubernetes pods by attaching an ephemeral container with debugging tools, matching your search exactly—though note it is deprecated and points to a maintained fork for continued use.

    GoContainer TroubleshootingKubernetes Ephemeral DebuggersEphemeral Sidecar Injections
    View on GitHub↗2,304
  • googlecloudplatform/distrolessGoogleCloudPlatform avatar

    GoogleCloudPlatform/distroless

    22,774View on GitHub↗

    Distroless provides a set of OCI-compliant minimal base images and hardening tools designed to create secure, language-specific execution environments. These images are stripped of non-essential system binaries, shells, and package managers to reduce the container attack surface. The project utilizes upstream-tracked automated patching to monitor operating system releases and generate updated images when security vulnerabilities are addressed. It ensures supply chain integrity through image provenance verification using ephemeral-key digital signatures. The system supports the generation of

    This repository provides minimal base images that can be used as debugging utilities, but it is not a tool for creating and attaching ephemeral containers to running pods—it focuses on building secure, stripped-down images rather than the pod debugging workflow you need.

    StarlarkDebug Image Layering
    View on GitHub↗22,774

Related searches

  • a command line tool for managing Kubernetes
  • a desktop UI for managing Kubernetes clusters
  • a security scanner for Kubernetes clusters
  • a tool for spinning up local Kubernetes clusters
  • a container orchestration platform for clusters
  • a tool for injecting secrets into deployments
  • a project for learning containers from first principles
  • a tool for shipping Kubernetes apps offline