Blog page
The magic of eBPF III: Development playground
Explore several approaches to writing eBPF programs, including powerful tools like Cilium and BCC
Read moreTransparent Proxy Implementation using eBPF and Go
Learn how to implement a transparent proxy using eBPF and Go
Read moreeBPF-Powered Load Balancing for SO_REUSEPORT
Learn how to implement hot standby Load Balancing with eBPF and Golang
Read moreeBPF in practice – PID concealment (Part 2)
Learn how how eBPF works and how to hide a process identifier (PID) from a user using a practical example
Read moreHello eBPF: Building a Lightning Fast Firewall with Java & eBPF (14)
The fourteenth installment of the Hello eBPF series. In this part, you’ll learn how to build a Lightning Fast Firewall with Java & eBPF
Read moreMonitoring Inter-Pod Traffic at the AZ Level with Retina (an eBPF based tool)
Learn what eBPF is, explore the tools available for using it, and implement monitoring for inter-pod traffic using Retina, Kube State Metrics, Prometheus, and Grafana
Read moreUnleashing the power of frame pointers for profiling pt.2 - Writing a simple profiler
Learn how to build a simple sampling-based continuous profiler with eBPF
Read moreHello eBPF: A Packet Logger in Pure Java using TC and XDP Hooks (13)
The thirteenth installment of the Hello eBPF series. In this part, you’ll learn how to build a packet logger in pure Java using TC and XDP hooks
Read moreWriting eBPF RawTracepoint Program with Rust Aya
Learn how to write an eBPF RawTracepoint program using Aya with Rust
Read morePart 2: eBPF Map Metrics Prometheus Exporter
Learn about eBPF Iterators and how to export eBPF Map metrics without altering your application stack
Read more