Networking tutorial - IT technology blog

XDP eBPF on Linux: Building a High-Performance Packet Filter and Load Balancer with Microsecond Latency

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.
Networking tutorial - IT technology blog

Configure HAProxy/Nginx Load Balancer for Web App High Availability

Don't let a single server failure take down your web application. Learn how to configure HAProxy and Nginx as robust load balancers to ensure high availability and enhance scalability. This tutorial walks you through quick setups, deep dives into configurations, and shares essential practical tips for a resilient production environment.