eBPF Summit 2024

Blog page

TechnologyExternal

Linux kernel's eBPF feature put to unexpected new uses

The Register's coverage of Linux Plumber's Conference where new use cases like ghOSt and HID-BPF were presented

Read more
CommunityExternal

Introduction to eBPF - Part 1

I think of ebpf as a framework that allows you to write middlewares for kernelspace & userspace activities

Read more
TechnologyExternal

Porting an eBPF-based application to arm64: our experience with Inspektor Gadget

Inspektor Gadget is now available on arm64! It will enable you to debug your kubernetes cluster running on this architecture, whether it is a thousand nodes cluster hosted in the cloud or locally on your arm64-based laptop or SBC

Read more
TechnologyExternal

Why You Should Pay Attention to eBPF

Redmonk gives the heads up that eBPF is a technology to watch. Expect more analysts to follow suit

Read more
CommunityExternal

All your network are belong to eBPF

A few weeks ago, Jerod spoke with Liz Rice about the power of eBPF on The Changelog. Today, we have the pleasure of both Liz Rice, Chief Open Source Office at Isovalent, and Thomas Graf, CTO and co-founder at Isovalent, the creators of Cilium.

Read more
ReleaseExternal

Journey to libbpf 1.0

The road to libbpf 1.0 was long, but we've finally arrived! What's new in libbpf 1.0. Main breaking changes. New and exciting features. And great lengths libbpf goes to ensure best user experience when dealing with a complicated world of BPF.

Read more
How-ToExternal

Process Behaviour Anomaly Detection Using eBPF and Unsupervised-Learning Autoencoders

In this post I’m going to describe how to use eBPF syscall tracing in a creative way in order to detect process behaviour anomalies at runtime using an unsupervised learning model called autoencoder.

Read more
CommunityExternal

Intro to eBPF

eBPF is VERY powerful because it's so ingrained where all the magic happens (the Linux kernel). eBPF lets you write custom code in the kernel.

Read more
How-ToExternal

5G Visibility Using eBPF Technology

eBPF is a powerful tool to use in cloud-native environments. This post discusses the basic features of eBPF and how it can be leverage for observability

Read more
CommunityExternal

eBPF — Divulging The Hidden Super Power

If you are a performance engineer/network engineer or even security engineer, the chance of you encountering eBPF technology in the future is very high. eBPF now has a huge community of users, including big players like Meta, Google, Cloudflare, and Netflix all using this tech in their daily operations.

Read more