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
·

3 repositorios

Awesome GitHub RepositoriesKubernetes Node Debugging

Transient debug environments used to investigate and troubleshoot specific nodes within a Kubernetes cluster.

Distinct from Kubernetes Pod Debugging: Distinct from Kubernetes Pod Debugging: focuses on the node-level infrastructure rather than individual pods.

Explore 3 awesome GitHub repositories matching development tools & productivity · Kubernetes Node Debugging. Refine with filters or upvote what's useful.

Awesome Kubernetes Node Debugging GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pixie-io/pixieAvatar de pixie-io

    pixie-io/pixie

    6,467Ver en GitHub↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    Collects and queries telemetry data automatically using eBPF for real-time debugging without manual instrumentation.

    C++
    Ver en GitHub↗6,467
  • inspektor-gadget/inspektor-gadgetAvatar de inspektor-gadget

    inspektor-gadget/inspektor-gadget

    2,720Ver en GitHub↗

    Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for

    Investigates specific Kubernetes cluster nodes using transient debug environments to troubleshoot workloads.

    Cbpfbpf-programscncf-project
    Ver en GitHub↗2,720
  • kvaps/kubectl-node-shellAvatar de kvaps

    kvaps/kubectl-node-shell

    1,818Ver en GitHub↗

    Este proyecto es un plugin de línea de comandos para Kubernetes que proporciona acceso directo a la shell root del sistema operativo host subyacente de un nodo de clúster. Está diseñado para facilitar tareas administrativas, mantenimiento del sistema y operaciones de diagnóstico en nodos, incluyendo aquellos que ejecutan sistemas operativos inmutables o optimizados para contenedores que carecen de entornos de shell nativos. La herramienta funciona programando dinámicamente pods efímeros y privilegiados que comparten los espacios de nombres de proceso, red y sistema de archivos del host. Al aprovechar las restricciones de afinidad de nodo, asegura que estas sesiones de diagnóstico se ejecuten en el host objetivo específico, permitiendo a los usuarios interactuar con el directorio raíz y los procesos del sistema del nodo como si estuvieran conectados localmente. Más allá de las sesiones de shell interactivas, la utilidad admite la ejecución remota de comandos para automatizar cambios de configuración o recuperar datos de diagnóstico en todo el clúster. También proporciona capacidades para adjuntar volúmenes de almacenamiento persistente a estos entornos temporales, permitiendo la recuperación de datos y la transferencia de información entre dispositivos de nodo locales y sistemas de almacenamiento externos.

    Provides direct host-level access to troubleshoot hardware and system issues on Kubernetes nodes.

    Shellkubectlkubectl-enterkubectl-node-shell
    Ver en GitHub↗1,818
  1. Home
  2. Development Tools & Productivity
  3. Application Debugging
  4. Remote Debugging
  5. Kubernetes Node Debugging

Explorar subetiquetas

  • eBPF-Based Kubernetes DebuggingsCollects and queries telemetry data automatically using eBPF for real-time debugging without manual instrumentation. **Distinct from Kubernetes Node Debugging:** Distinct from Kubernetes Node Debugging: uses eBPF for automatic telemetry collection rather than transient debug environments.