An introduction to eBPF with Go, presented at RivieraDev in the south of France.
Abstract
eBPF is revolutionizing how we build networking and observability tools in Kubernetes. This intro talk covers:
- What is eBPF and why it matters
- Writing eBPF programs with Go
- How Cilium uses eBPF for Kubernetes networking
- Getting started with your own eBPF programs