networkop / networkop.github.io

1 stars 1 forks source link

post/2021-03-ebpf-intro/ #5

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Getting Started with eBPF and Go | networkop

eBPF has a thriving ecosystem with a plethora of educational resources both on the subject of eBPF itself and its various application, including XDP. Where it becomes confusing is when it comes to the choice of libraries and tools to interact with and orchestrate eBPF. Here you have to select between a Python-based BCC framework, C-based libbpf and a range of Go-based libraries from Dropbox, Cilium, Aqua and Calico. Another important area that is often overlooked is the “productionisation” of the eBPF code, i.

https://networkop.co.uk/post/2021-03-ebpf-intro/

sno6 commented 2 years ago

Cheers for this, found it helpful :)