Infrastructure
eBPF
What eBPF is, why it changed Linux observability and security, and the production stacks (Cilium, Pixie, Falco) built on top of it.
eBPF (extended Berkeley Packet Filter) lets sandboxed programs run inside the Linux kernel at runtime, attached to system events: packet arrivals, syscalls, function entries. Programs are verified before they run — a static checker proves they terminate and stay within their permission envelope — so kernel safety is preserved.