High-Performance L4 Load Balancer

Hardware LB performance.
Software simplicity.

XLB is a packet-level load balancer that forwards traffic like a router, not a proxy. Built for workloads handling millions of requests per second—deploy on bare metal or Kubernetes as a portable alternative to AWS NLB or GCP Network Load Balancer.

Line-Rate
Packet Forwarding
<100µs
Added Latency
Portable
No Cloud Lock-in

What makes XLB different?

Traditional L4 load balancers like HAProxy and NGINX are reverse proxies—they terminate connections and create new ones to backends. This adds latency, limits throughput, and requires constant tuning to perform at scale.

XLB operates at the packet level, forwarding traffic directly like a router or hardware load balancer. It's L4-aware (understands TCP/UDP flows) but doesn't terminate connections. The result: near-zero latency overhead and the ability to saturate network links.

Best of all, XLB is deploy-and-forget—no endless config tweaking or performance tuning. It just works.

HAProxy / NGINX (Reverse Proxy)
Client
TCP Conn 1
Proxy
TCP Conn 2
Backend
⚠ 2 TCP connections · Proxy terminates & re-establishes
XLB (Packet Forwarding)
Client
XLB
Backend
Single TCP Connection (end-to-end)
✓ 1 TCP connection · Packets forwarded directly

Built for high-throughput services

XLB combines the performance of hardware load balancers with the flexibility of software.

eBPF/XDP Powered

Kernel-bypass packet processing achieves line-rate forwarding with minimal CPU overhead.

🔄

Zero-Downtime Updates

Graceful connection draining and hot config reloads keep services available during changes.

☸️

Kubernetes Native

First-class LoadBalancer and Gateway API support. Works with any CNI and autoscaler.

🔍

OpenTelemetry Native

Export metrics and traces to any OpenTelemetry-compatible backend like Datadog, Grafana, or Prometheus.

🖥️

Bare Metal Ready

Single binary deployment with systemd. No dependencies, no container runtime required.

🎯

Deploy & Forget

No endless config tweaking or performance tuning. XLB just works—without the maintenance overhead of traditional proxies.

XLB vs the alternatives

How XLB compares to cloud and software load balancers

Capability
XLB
AWS/GCP NLB
HAProxy/NGINX
Architecture
Packet forwarding
Packet forwarding
Reverse proxy
Throughput
Line-rate
Line-rate
CPU-bound
Added Latency
<100µs
<100µs
~1-5ms
1M+ RPS Workloads
Scaling limits
Portable / Multi-cloud
Bare Metal Support
Observability
OpenTelemetry native
Basic CloudWatch
Basic (paid for adv.)
Maintenance Overhead
Deploy & forget
Managed
Tuning required
Built for millions of requests per second. XLB is designed from the ground up for high-throughput workloads where traditional reverse proxies hit their limits. Line-rate packet forwarding, minimal CPU overhead, and the portability to run anywhere.

Deploy anywhere in minutes

XLB runs wherever your workloads run

☸️

Kubernetes

Native integration with any K8s distribution. Install via Helm chart or operator with full LoadBalancer and Gateway API support.

🖥️

Bare Metal / VM

Single binary deployment. Run as a systemd service or container with zero external dependencies.

Request a Trial

Tell us about your use case and we'll set up an evaluation for your infrastructure.