-
BPF: A New Type of Software
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.
Appears in lists (1)
More like this (3)
-
TIL: eBPF is awesome
Today I Learnt.. eBPF is Awesome — If you’re not familiar with eBPF (based on a...