Blog page

Tetragon Process Lifecycle Observation: eBPF Part
Learn how Tetragon detects process creation and termination using eBPF
Read more
Using Tc-Bpf Program To Redirect Dns Traffic In Docker Containers
A practical guide for implementing DNS redirection amd using TC-BPF to enhance network control within containerized environments
Read more
Optimizing Local Socket Communication: SOCKMAP and eBPF
A detailed overview of how SOCKMAP works in conjunction with eBPF to splice sockets, allowing for streamlined communication between different network namespaces or within a single namespace
Read more
Getting started with Aya and eBPF Part 1
The first part in a series of posts exploring eBPF and the Rust Aya crate
Read more
Seccomp, eBPF, and the Importance of Kernel System Call Filtering
Learn about attacks that affect user space security products and how popular technologies such as Seccomp and eBPF can be used in such a way that avoids these issues
Read more
eBPF’s User Ring Buffer: Introducing BPF_MAP_TYPE_USER_RINGBUF
Learn about BPF map types and the User Ring Buffer map type
Read more
eBPF: Reliable Policy Setting and Enforcement
An exploration on the capabilities of eBPF in setting and enforcing reliable policies across various layers of the software stack. This piece discusses how eBPF enhances security, monitoring, and also argues that eBPF's utility extends beyond just Linux environments, highlighting its adaptability and impact on a broader range of operating systems
Read more
#023 - Kubernetes for Humans Podcast with Liz Rice (Isovalent)
Liz Rice jumps on the Kubernetes for Humans podcast to talk about the use cases and future of eBPF
Read more
Exploring eBPF Implementation through Linux Source Code
Dive into how eBPF works in the kernel by exploring the Linux source code
Read more
New State of eBPF Report highlights evolution of eBPF technology
Bill Mulligan, marketing committee at the eBPF Foundation talks about the recently released state of eBPF report and some of the emerging trends coming out of the eBPF ecosystem
Read more