Saturday, July 26, 2025 in ebpf 5 min read eBPF: Handling events in Userspace Objective to understand how eBPF-events are being handled in userspace in various open-source projects to learn their approach for handling massive amount of events Continue reading
Sunday, June 29, 2025 in ebpf 5 min read eBPF: Connecting with Container Runtimes Objective to understand how connection with Container Runtime (CR) is being made using Container Runtime Interface (CRI) in different open-source eBPF-based projects. to query pod or container info for context enrichment. Continue reading
Saturday, June 21, 2025 in ebpf 2 min read eBPF: Loading in different kernels Objective to learn loading compiled eBPF program in different kernels within Github Actions for testing its compatibility with kernel and observe if it loads correctly Continue reading
Sunday, June 8, 2025 in ebpf 2 min read eBPF: Tail calls (Part-2) Objective to understand/learn passing data between tail-called functions Continue reading
Saturday, May 31, 2025 in ebpf 2 min read eBPF: Tail calls (Part-1) Objective to understand performing tail-calls in eBPF Continue reading