youtube image
From YouTube: eBPF-ing What? An Introduction to eBPF — Josh Michielsen 2.1.8

Description

eBPF is quickly becoming one of the rising stars within the cloud-native observability and security ecosystem. eBPF is a Linux kernel sub-system that allows you to develop and execute sandboxed programs within the Linux kernel, without ever having to touch the kernel source code. eBPF has applications in the areas of networking, performance profiling, monitoring, and security.

In this talk, attendees will learn how they can get started with leveraging the power of eBPF in Kubernetes cluster security. We'll be starting with an introduction to eBPF and its architecture, then we'll learn how we can write our first eBPF program. From there, we're going to jump into some of the practical security applications of eBPF within the context of a Kubernetes. The possibilities are many, but time is unfortunately few - but by the end of this session you will be equipped with the requisite knowledge and inspiration to get started with eBPF in your own Kubernetes environments!