awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aylei avatar

aylei/kubectl-debug

0
View on GitHub↗
2,304 estrellas·300 forks·Go·Apache-2.0·6 vistas

Kubectl Debug

Kubectl-debug es una utilidad de diagnóstico para Kubernetes que permite una inspección profunda de las aplicaciones contenedorizadas en ejecución. Funciona inyectando dinámicamente contenedores sidecar efímeros en los pods existentes, permitiendo a los usuarios solucionar problemas de procesos y sistemas de archivos sin modificar las imágenes de producción originales. La herramienta gestiona el ciclo de vida de estos agentes de diagnóstico, asegurando que se creen bajo demanda y se limpien automáticamente después de que concluya una sesión de investigación.

El proyecto se distingue por permitir el acceso al espacio de nombres compartido, lo que permite a las herramientas de diagnóstico unirse a los espacios de nombres de proceso y red de un contenedor de destino. Admite flujos de trabajo de solución de problemas avanzados, incluida la capacidad de bifurcar pods para reproducir fallas de forma aislada, inspeccionar contenedores de inicialización y montar sistemas de archivos de destino para el análisis de registros o configuración. La conectividad de red segura se mantiene a través de túneles de puerto de local a remoto y puente de red, asegurando el acceso a servicios aislados dentro de entornos restringidos.

La herramienta incorpora características de seguridad y gobernanza para mantener la integridad de la producción durante el mantenimiento. Impone restricciones estrictas de imagen, admite la autenticación con registros privados y proporciona auditoría de comandos para registrar todas las acciones realizadas durante una sesión. Estas capacidades aseguran que la solución de problemas permanezca conforme a las políticas de seguridad organizacionales mientras proporciona la visibilidad necesaria sobre los problemas a nivel de clúster.

Features

  • Kubernetes Ephemeral Debuggers - Provides a diagnostic utility that dynamically injects ephemeral sidecar containers into existing Kubernetes pods for deep inspection and troubleshooting.
  • Container Troubleshooting - Injects temporary diagnostic tools into running pods to inspect application state and logs without modifying production images.
  • Kubernetes Diagnostic Interfaces - Provides a diagnostic interface for deep inspection of containerized applications by mounting target filesystems and auditing execution commands.
  • Ephemeral Sidecar Injections - Injects temporary diagnostic containers into existing pods by dynamically modifying the pod specification to share namespaces.
  • Pod Troubleshooting - Enables deep inspection of running containerized applications by injecting diagnostic tools directly into pods to troubleshoot processes and filesystems.
  • Ephemeral Diagnostics - Automates the lifecycle of diagnostic containers to ensure they are cleaned up after investigation sessions.
  • Diagnostic Image Restrictions - Enforces strict image restrictions to ensure that only authorized diagnostic tools are executed within production environments.
  • Dev Container Attachments - Injects temporary containers into running processes to provide immediate access to troubleshooting tools.
  • API-Driven Pod Mutations - Provides automated pod patching via control plane operations to inject diagnostic sidecars without manual redeployment.
  • Production Debugging Environments - Safely reproduces and analyzes application crashes by creating isolated copies of pods to troubleshoot failures.
  • Namespace-Based Resource Sharings - Enables diagnostic tools to access target container filesystems and process trees by joining existing namespaces.
  • Local Port Forwarding - Establishes connections to target nodes through local port forwarding for remote diagnostic sessions.
  • Local-to-Remote Port Tunnels - Establishes secure network bridges between local diagnostic clients and isolated cluster services.
  • Filesystem Mounting - Mounts the root filesystem of a target container into a diagnostic environment for log and configuration analysis.
  • Pod Forking Mechanisms - Creates isolated copies of crashing processes to safely reproduce and debug failures without affecting production traffic.
  • Kubernetes Policy Enforcers - Enforces security policies by limiting allowed diagnostic images and auditing commands to maintain compliance during cluster maintenance.
  • Diagnostic Image Governance - Enforces strict image restrictions and registry authentication to ensure only authorized diagnostic tools are executed.
  • Diagnostic Command Auditing - Logs all commands executed within diagnostic sessions to ensure compliance and maintain production integrity.
  • Init Container Debugging Tools - Targets specific initialization containers to diagnose startup failures before the main application process begins.
  • CLI Command Auditing - Logs all commands executed within diagnostic containers to provide a secure audit trail of troubleshooting actions.
  • Cluster Diagnostics - Investigates startup failures and configuration issues by attaching ephemeral containers to specific init containers or isolated processes.

Historial de estrellas

Gráfico del historial de estrellas de aylei/kubectl-debugGráfico del historial de estrellas de aylei/kubectl-debug

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Kubectl Debug

Colecciones seleccionadas manualmente donde aparece Kubectl Debug.
  • Depuración de contenedores efímeros en Kubernetes

Alternativas open-source a Kubectl Debug

Proyectos open-source similares, clasificados según cuántas características comparten con Kubectl Debug.
  • kvaps/kubectl-node-shellAvatar de kvaps

    kvaps/kubectl-node-shell

    1,818Ver en GitHub↗

    This project is a command-line plugin for Kubernetes that provides direct root shell access to the underlying host operating system of a cluster node. It is designed to facilitate administrative tasks, system maintenance, and diagnostic operations on nodes, including those running immutable or container-optimized operating systems that lack native shell environments. The tool functions by dynamically scheduling ephemeral, privileged pods that share the host's process, network, and filesystem namespaces. By leveraging node affinity constraints, it ensures that these diagnostic sessions are exe

    Shellkubectlkubectl-enterkubectl-node-shell
    Ver en GitHub↗1,818
  • slimtoolkit/slimAvatar de slimtoolkit

    slimtoolkit/slim

    22,977Ver en GitHub↗

    Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization, security hardening, and service troubleshooting. It functions as a platform for analyzing containerized applications through both static metadata review and dynamic behavioral probing, enabling users to understand image composition and runtime dependencies. The project distinguishes itself by automating the creation of minimal, production-ready container images. It achieves this by removing unnecessary files and components, flattening image layers, and synthesizing restrictive

    Goapparmorcontainersdocker
    Ver en GitHub↗22,977
  • datreeio/datreeAvatar de datreeio

    datreeio/datree

    6,339Ver en GitHub↗

    Datree is a policy enforcement framework for Kubernetes that validates configurations against rules written in Rego, JSON Schema, or CEL. It operates as both a command-line tool for pre-deployment scanning and as a cluster-side admission webhook for real-time enforcement, integrating with CI/CD pipelines and continuous delivery tools like ArgoCD and FluxCD. The framework supports namespace-scoped policy mapping, allowing different policies to apply to different namespaces, and provides a skip annotation mechanism for selectively bypassing rules on individual resources or entire namespaces. It

    Goadmission-webhookbest-practicescli
    Ver en GitHub↗6,339
  • docker-slim/docker-slimAvatar de docker-slim

    docker-slim/docker-slim

    23,311Ver en GitHub↗

    This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and their associated registries. It provides a set of utilities including an image minifier to reduce image size, a security profiler to harden running containers, an image analyzer for static inspection, and a registry manager for organizing multi-architecture indices. The toolset distinguishes itself through behavior-based optimization and security. It uses dynamic analysis to track executed instructions and file access to remove unused binary data, and records kernel interactions t

    Go
    Ver en GitHub↗23,311
Ver las 30 alternativas a Kubectl Debug→

Preguntas frecuentes

¿Qué hace aylei/kubectl-debug?

Kubectl-debug es una utilidad de diagnóstico para Kubernetes que permite una inspección profunda de las aplicaciones contenedorizadas en ejecución. Funciona inyectando dinámicamente contenedores sidecar efímeros en los pods existentes, permitiendo a los usuarios solucionar problemas de procesos y sistemas de archivos sin modificar las imágenes de producción originales. La herramienta gestiona el ciclo de vida de estos agentes de diagnóstico, asegurando que se creen bajo…

¿Cuáles son las características principales de aylei/kubectl-debug?

Las características principales de aylei/kubectl-debug son: Kubernetes Ephemeral Debuggers, Container Troubleshooting, Kubernetes Diagnostic Interfaces, Ephemeral Sidecar Injections, Pod Troubleshooting, Ephemeral Diagnostics, Diagnostic Image Restrictions, Dev Container Attachments.

¿Qué alternativas de código abierto existen para aylei/kubectl-debug?

Las alternativas de código abierto para aylei/kubectl-debug incluyen: kvaps/kubectl-node-shell — This project is a command-line plugin for Kubernetes that provides direct root shell access to the underlying host… slimtoolkit/slim — Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization,… open-policy-agent/gatekeeper — Gatekeeper is a Kubernetes admission control and policy enforcement engine used to ensure cluster resources comply… datreeio/datree — Datree is a policy enforcement framework for Kubernetes that validates configurations against rules written in Rego,… docker-slim/docker-slim — This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning…