BPF: A New Type of Software? — BPF (and eBPF) was originally designed to capture and...
BPF: A New Type of Software? — BPF (and eBPF) was originally designed to capture and filter network packets using various rules, but you can use the interface they provide with the kernel to do other things too (under what Brendan calls a ‘new model of programming’) such as intelligent load balancing, DDoS mitigation, observability, and more. You’ll learn a lot here.