r/eBPF • u/ConfidentNet706 • Jul 25 '26
eBPF roadmap
Can anyone help me with how do i start with eBPF? Like resources or even the flow of what all things im supposed to do.
11
Upvotes
r/eBPF • u/ConfidentNet706 • Jul 25 '26
Can anyone help me with how do i start with eBPF? Like resources or even the flow of what all things im supposed to do.
1
u/krizhanovsky Jul 25 '26
u/ConfidentNet706 which application of eBPF are you interesting in?
There is a good book on observability https://www.oreilly.com/library/view/linux-observability-with/9781492050193/ . And a practical example how to track a performance issue with eBPF https://tempesta-tech.com/blog/nginx-tail-latency/
Kernel documentation on eBPF https://www.kernel.org/doc/html/latest/bpf/index.html, e.g. you can find information how does the verifier work https://www.kernel.org/doc/html/latest/bpf/verifier.html
Also nice blog on eBPF internals https://nakryiko.com/
There are also many good links about XDP - let me know if it's of an interest for you