eBPF Summit 2024

Blog page

TechnologyExternal

Case Study: Polar Signals Uses eBPF to Monitor Internal Cross-Zone Network Traffic on Kubernetes, Reducing These Operating Costs by 50%

Polar Signals developed kubezonnet, an open source project designed to monitor and measure cross-zone network traffic in Kubernetes clusters. The solution leverages eBPF to trace network packets and aggregate traffic data.

Read more
TechnologyExternal

Tracepoints, Kprobes, or Fprobes: Which One Should You Choose?

Tracing programs like kprobes, fprobes, and tracepoints are very popular, but their overlapping functionality can make choosing the right one confusing.

Read more
CommunityExternal

eBPF in 2025 - Bigger Than the CrowdStrike Outage

In 2025 eBPF adoption will expand rapidly and other predictions

Read more
TechnologyExternal

P99Conf: How eBPF Could Make Faster Database Systems

Learn about BPF-DB, an in-memory key-value data store that can be planted within the OS kernel itself via eBPF, thereby routing around the restrictions and limitations of an OS’s user space, or the space in memory where a program is typically run

Read more
How-ToExternal

Debugging Memory Leaks with eBPF

Learn how eBPF and uprobes can be combined to trace memory allocations and detect leaks

Read more
How-ToExternal

How to use eBPF for monitoring Linux thread contention?

Learn to create a minimal scheduler written with sched_ext in C

Read more
How-ToExternal

Unit Testing eBPF Programs

Learn how to test eBPF XDP programs

Read more
TechnologyExternal

شروع برنامه نویسی در ebpf با یک مثال ساده

درباره eBPF و نحوه نوشتن برنامه eBPF بیاموزید

Read more
How-ToExternal

How to use eBPF for monitoring Linux thread contention?

Learn how to use eBPF for monitoring Linux thread contention

Read more
TechnologyExternal

Transparent Packet Inspection with Netfilter and eBPF

Learn about transparent packet inspection with Netfilter and eBPF

Read more