eBPF Summit 2024

Blog page

CommunityExternal

Use our suite of eBPF libraries

Learn about Trail of Bits suite of open-source libraries designed to streamline the creation and deployment of eBPF applications

Read more
CommunityExternal

How eBPF Improves Observability within Kubernetes

Dive into what eBPF is, how it improves Kubernetes observability and learn how to implement an eBPF program to monitor the traffic of your Kubernetes cluster

Read more
CommunityExternal

Securing PyTorch Models with eBPF

Annoucning secimport — a toolkit for creating and running sandboxed applications in Python that utilizes eBPF (bpftrace) to secure Python runtimes

Read more
CommunityExternal

Using eBPF in unprivileged Pods

Learn how to use eBPF object pinning to utilize eBPF in unprivileged Pods

Read more
CommunityExternal

Catch Performance Regressions: Benchmark eBPF Program

Learn how to prevent a major performance regression in production by benchmarking eBPF and userspace applications

Read more
CommunityExternal

Detecting BPFDoor Backdoor Variants Abusing BPF Filters

A detailed anaylisis of advanced persistent threat (APT) group Red Menshen’s different variants of backdoor BPFDoor as it evolves since it was first documented in 2021

Read more
CommunityExternal

Deep application visibility, powered by eBPF

Learn how Kodem utilize eBPF for analyzing how applications interact at runtime

Read more
CommunityExternal

Trying Coroot, an eBPF-based observability tool for Kubernetes and more

Learn about Coroot, an Open Source tool built with eBPF and aimed to be leveraged for collecting and analyzing telemetry data within Kubernetes or Docker/containerd-based environments and non-containerized apps

Read more
CommunityExternal

Discovering the Magic of Kprobe: A Fun Introduction to Kernel Probing

Learn about Kprobe and eBPF. Dive into how they can be combined to build custom debugging tools, performance profilers, security monitors

Read more
CommunityExternal

Catch Performance Regressions: Evolving eBPF Program

Learn about how to use maps to communicate between eBPF and userspace programs

Read more