Blog page
Userspace eBPF Runtimes: Overview and Applications
Dive into the role of userspace eBPF runtimes, such as ubpf, rbpf, and bpftime, and why they are intriguing due to enhanced performance, flexibility, and security
Read moreeBPF: A practical intro with examples on Observability, Security & Networking
This practical guide to eBPF demonstrates its use in writing and loading code into the Linux kernel at runtime without changes. Through examples, the author showcases eBPF's potential in system security by blocking file access attempts and in networking by counting ICMP packets per destination IPv4, highlighting its versatility in observability, networking, and security
Read moreeBPF application development: Beyond the basics
An advanced guide to eBPF application development, moving beyond basic concepts to explore best practices for teams aiming to deploy production eBPF applications
Read moreUnlocking Speed: eBPF-Based Auto-Instrumentation Over 20x Faster Than Traditional Instrumentation
The article discusses the Odigos project, which utilizes eBPF for automated tracing in applications, addressing challenges like code modification and performance dips associated with traditional tracing. It showcases that eBPF-based auto-instrumentation is over 20x faster than manual instrumentation, significantly reducing performance overhead
Read moreThe beginning of my eBPF Journey - Kprobe Adventures with BCC
This post introduces eBPF, discusses its potential for creating high-performance programs, and details setting up an environment for eBPF experimentation, notably on an M1 Mac using Lima
Read morePlatform Engineering Trends in Cloud Native: Q&A With Thomas Graf
In this Q&A, Thomas Graf, co-creator of Cilium, discusses the influence of Kubernetes, cloud-native tech, and microservices on modern app development. He elaborates on how abstractions, facilitated by technologies like eBPF and Cilium, hasten development while bolstering security and reliability
Read moreGetting Started with eBPF: Monitoring TCP Retransmissions Using eBPF, Go and Prometheus
Dive into the use of eBPF for monitoring TCP retransmissions, based on the author's hands-on experience with eBPF in product management. Learn the fundamentals of utilizing eBPF, Go, and Prometheus for monitoring network events
Read moreGet started with eBPF log analytics in your Kubernetes cluster
Learn how to utilize eBPF for log analytics within a Kubernetes cluster with Parseable and Tetragon
Read moreXDP: Your eBPF Packet Processing Introduction!
Learn about how XDP enables network applications to function safely within the Kernel, even before processing by the host's networking stack
Read moreTracing System Calls Using eBPF - Part 2
Learn how to trace system calls using eBPF probes
Read more