3 مستودعات
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.
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.
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.
هذا المشروع عبارة عن إضافة سطر أوامر لـ Kubernetes توفر وصولاً مباشراً إلى صدفة الجذر (root shell) لنظام التشغيل المضيف الأساسي لعقدة الكتلة. تم تصميمه لتسهيل المهام الإدارية، وصيانة النظام، وعمليات التشخيص على العقد، بما في ذلك تلك التي تشغل أنظمة تشغيل غير قابلة للتغيير أو محسنة للحاويات وتفتقر إلى بيئات الصدفة الأصلية. تعمل الأداة عن طريق جدولة حاويات مؤقتة ومميزة ديناميكياً تشترك في مساحات أسماء العمليات والشبكة ونظام الملفات للمضيف. من خلال الاستفادة من قيود تقارب العقدة (node affinity)، فإنه يضمن تنفيذ جلسات التشخيص هذه على المضيف المستهدف المحدد، مما يسمح للمستخدمين بالتفاعل مع دليل الجذر الخاص بالعقدة وعمليات النظام كما لو كانوا مسجلين محلياً. بعيداً عن جلسات الصدفة التفاعلية، تدعم الأداة تنفيذ الأوامر عن بعد لأتمتة تغييرات التهيئة أو استرداد بيانات التشخيص عبر الكتلة. كما توفر قدرات لإرفاق وحدات تخزين مستمرة بهذه البيئات المؤقتة، مما يتيح استعادة البيانات ونقل المعلومات بين أجهزة العقدة المحلية وأنظمة التخزين الخارجية.
Provides direct host-level access to troubleshoot hardware and system issues on Kubernetes nodes.