After six months running XDP eBPF programs on production Linux edge servers, the results are clear: packet filter throughput jumped from under 1 Mpps with iptables to over 14 Mpps on a single CPU core, with p99 latency under 3 microseconds. This guide covers how XDP compares to iptables and DPDK, its real-world tradeoffs, and a full implementation of a dynamic blocklist filter and Layer 4 load balancer using eBPF maps.
Grafana Pyroscope brings continuous profiling to Kubernetes, letting you capture CPU and memory flame graphs from production apps around the clock. This guide walks through deploying Pyroscope via Helm, scraping Go apps in pull mode, instrumenting Python with the SDK, and reading flame graphs to find real bottlenecks — no guesswork required.
Discover how eBPF provides deep Linux kernel observability without the risks of traditional modules. Learn to use BCC and bpftrace for real-time system troubleshooting.
Learn how to replace legacy iptables with Cilium CNI. This guide covers eBPF installation, Layer 7 security policies, and real-time observability using Hubble.
Don't let runtime threats go unnoticed. This guide shows you how to deploy Falco on Kubernetes using eBPF to monitor system calls and detect suspicious container activity in real-time.