1 مستودع
Deploys custom eBPF programs across all cluster nodes and collects their output into queryable tables.
Distinct from Distributed Deployment: No candidate covers deploying eBPF programs across cluster nodes; closest is Distributed Deployment which focuses on application stacks, not kernel tracing programs.
Explore 1 awesome GitHub repository matching devops & infrastructure · Distributed eBPF Program Deployments. 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
Runs custom bpftrace programs across all cluster nodes and collects their output into queryable tables.