Jetpath is a next-generation kernel-level load balancer built to replace NGINX Ingress Controller. Get significantly better latency, built-in DDoS protection, and enterprise-grade L7 routing.
Lower Latency
P99 Latency
Level Processing
Userspace Overhead
NGINX Ingress Controller is retiring in March 2026. Jetpath is the modern, high-performance replacement.
Process packets directly in the kernel and network card (if supported) for ultra low latency and resource consumption.
SYN flood protection, rate limiting, and IP blocking at line rate.
Host and path-based routing for HTTP/1.x, HTTP/2 and HTTP/3 with TLS SNI support.
Source IP and cookie-based session affinity for stateful applications.
Round robin, weighted, least connection, and source persistence.
Helm charts for easy deployment in Kubernetes clusters.
See how Jetpath compares to traditional L7 load balancers under high load.
* Sources: Jetpath full HTTP request latency ~450µs, with host routing adding <10µs, per EdgeNEXUS published benchmarks. Envoy P50 latency from Istio Performance Best Practices. AWS ALB typical latency from AWS documentation. NGINX and HAProxy from F5/NGINX benchmark at 85K RPS.
| Feature | Jetpath | NGINX Ingress | HAProxy |
|---|---|---|---|
| Kernel Processing | ✓ | ✗ | ✗ |
| Built-in DDoS Protection | ✓ | ✗ | ✗ |
| SYN Flood Mitigation | ✓ | ✗ | ✗ |
| L4 Load Balancing | ✓ | ✓ | ✓ |
| L7 HTTP/1.x, 2 & 3 Routing | ✓ | ✓ | ✓ |
| TLS SNI Routing | ✓ | ✓ | ✓ |
| Session Persistence | ✓ | ✓ | ✓ |
| Cookie Persistence | ✓ | ✓ | ✓ |
| Weighted Load Balancing | ✓ | ✓ | ✓ |
| Helm Charts | ✓ | ✓ | ✓ |
| Active Development | ✓ | Retiring 2026 | ✓ |
Get Jetpath running in minutes with Docker or Kubernetes.
docker pull edgenexus/jetpath:latest
docker run -d --privileged \
--network host \
edgenexus/jetpath:latest
helm repo add jetpath \
https://edgenexus.github.io/Jetpath_Public
helm install jetpath jetpath/jetpath \
--namespace jetpath-system \
--create-namespace