Blog page
![](/static/ceda3556951b2185e4c2ce7aa1bdb46a/4f01a/ogimage.webp)
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![](/static/b5a7317a8d8f81a8d9753b083d4f8a60/ab7a7/ogimage.webp)
Writing eBPF Tracepoint Program with Rust Aya: Tips and Example
Learn how to write and run an eBPF Tracepoint program with Rust Aya
Read more![](/static/eeb27cc4aab8a5ec3cd00948815411ee/7c7b4/ogimage.jpg)
Talking eBPF and Cilium with Liz Rice
Liz Rice explains how eBPF works, what benefits and value it offers to enterprises looking to not only consolidate their observability of cloud native platforms and applications but also gain Linux kernel-level security and networking management
Read more![](/static/ab0879d598bd6870a72ea9e2c11513cc/24118/ogimage.png)
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![](/static/b3fd84a9be36f68359ec915dc358acc5/e8666/ogimage.png)
Aflevering 59: Unpacking eBPF and Sustainability
In deze aflevering legt Alessandro de complexiteit van eBPF-maps uit en hoe ze de beweging van data mogelijk maken
Read more![](/static/880cab403a4daf4081bbb91e53c8c6de/9aa5f/ogimage.jpg)
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![](/static/80eca9a6d6d6ce7dd392489e605f57a4/4816e/ogimage.png)
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![](/static/05ba9fdfb842ad8e1b8c019e2bbb5dd4/789ff/ogimage.png)
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![](/static/6dc8ddc0eb7bdc45ccf8a5c16daf59a1/76ec0/ogimage.png)
Hello eBPF: BPF Type Format and 13 Thousand Generated Java Classes (11)
The eleventh installment of the Hello eBPF series. In this part, you’ll learn about the BPF Type Format (BTF) and how and why we generate Java code from it
Read more![](/static/d493f8978325504db5e08127873f3ba3/d8932/ogimage.png)
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