eBPF and Go

Go Time: Golang, Software Engineering

Episode | Podcast

Date: Thu, 14 Oct 2021 15:40:00 +0000

eBPF (7 years old) is a sandbox that can run code inside the linux kernel. It started as a technology to build firewalls, and has evolved over time to include a range of new features. The panel discuss the origins of eBPF and how it works, as well as dig into some real-world use cases. While eBPF programs themselves aren’t written in Go (more like C), we will hear about how you can communicate with eBPF programs from your Go code.