eBPF Summit 2024

Blog page

TechnologyExternal

How Open Source Project Tetragon Is Evolving Security via eBPF

Learn how Tetragon leverages eBPF to revolutionize runtime security, offering deep observability and real-time enforcement for cloud native environments

Read more
TechnologyExternal

eBPF on WSL2 [kernel version 6.x] [Ubuntu] [x64] [Arm64] [2024]

Learn how to develop and run eBPF programs on WSL2

Read more
TechnologyExternal

eBPF map as communication channel

Dive into how eBPF maps can be repurposed for communication between userland applications and kernel drivers on Linux systems

Read more
TechnologyExternal

Using eBPF to Deep Dive Into Functions in the Kernel

Learn about what eBPF is, how it works, and what its programming model is like

Read more
TechnologyExternal

Go Weekly: Mastering Go Performance - eBPF and PGO Optimization Techniques

A list of posts on achieving PGO optimization with eBPF and an introduction to eBPF with Go

Read more
TechnologyExternal

eBPF Network Vershitifier

Learn about eBPF Network Vershitifier, a simple ebpf-go application that randomly drops outgoing packets for targeted processes using the eBPF TC filters

Read more
TechnologyExternal

Memory Management on Kubernetes with Golang and eBPF: Deep Dive

An exploration on workload memory use, the memory control group, the OOM killer, and their relation with applications running on Kubernetes using Go and eBPF

Read more
TechnologyExternal

The coming eBPF revolution and why Kubernetes monitoring will never be the same

Learn how eBPF revolutionizes Kubernetes monitoring by making the Linux kernel programmable, enhancing performance, visibility, and innovation. It also outlines the history of eBPF, its core use cases, and examples of major companies benefiting from its implementation

Read more
TechnologyExternal

App-Level eBPF Applications - User vs. Kernel Probes

Learn about the two most popular methods for implementing eBPF instrumentation to gain application context in the runtime, by using user-space and kernel probes - and understand how each impacts the application performance and compute cost

Read more
TechnologyExternal

How eBPF is shaping the future of Linux and platform engineering

Explore eBPF's origins, its impact on modernizing the kernel for cloud native use cases, and how it is becoming mainstream through projects like Cilium, Tetragon, and Pixie

Read more