eBPF Summit 2024

Blog page

How-ToExternal

Using eBPF-TC to securely mangle packets in the kernel, and pass them to my secure networking application

Learn how to use eBPF-TC to build a Plugin TPROXY IFW to steer traffic to a target application

Read more
TechnologyExternal

Towards debuggability and secure deployments of eBPF programs on Windows

Native image generation allows support for more systems, verification and signing of eBPF programs, and source-level debugging

Read more
TechnologyExternal

Automated Distributed Tracing Using eBPF (Part 1)

Learn how to do metadata-based correlation to automate distributed tracing context propagation with eBPF

Read more
TechnologyExternal

Writing an eBPF/XDP load-balancer in Rust

Go through this hands-on walkthrough to understand how to build a basic load balancer in Rust.

Read more
CommunityExternal

Next-Generation Observability with eBPF

Dive into how eBPF can be used for network, Kuberntes, security, performance, and tracing observability

Read more
TechnologyExternal

Skyfall: eBPF agent for infrastructure observability

Overview of the architecture of the Skyfall agent LinkedIn uses to monitor their infrastructure, the data pipeline involved with it, where the data is leveraged, and the challenges they faced.

Read more
TechnologyExternal

Frederic Branczyk on Continuous Profiling Leveraging eBPF

In this podcast, Wes and Frederic discuss the origin story of Polar Signals, eBPF (the enabling technology used by Polar Signals), Parca (the open-source system they built to collect continuous profiling data), and more, including things like FrostDB.

Read more
TechnologyExternal

The pros and cons of eBPF profiling

Dive into the differences between native language and eBPF based profiling with great visualizations

Read more
CommunityExternal

DOP 178: Kubernetes Observability Using eBPF

This pocast with Groundcover CEO, Shahar Azulay, covers how eBPF is changing how we monitor our Kubernetes clusters

Read more
TechnologyExternal

Building an eBPF-Based Profiler

Learn how to build an eBPF profiler for both for both compiled and interpreted languages

Read more