13 repos
eBPF (extended Berkeley Packet Filter) programs and tooling for low-level system observability, networking, and security enforcement in Linux kernels. This cluster spans implementations across C, Rust, and Go, ranging from foundational kernel instrumentation (bpftool, tetragon) and educational resources (bpf-developer-tutorial) to higher-level Kubernetes integrations (cilium, alaz) that leverage eBPF for policy enforcement and application monitoring. Developers exploring this area will find both infrastructure-level tools and practical examples for building observability solutions with minimal performance overhead.
aya-rs/aya
Aya is an eBPF library for the Rust programming language, built with a focus on developer…