High-performance eBPF/XDP load balancer and traffic routing platform for Kubernetes.
Jetpath is a proprietary product by EdgeNEXUS Limited.
With NGINX Ingress Controller retiring in March 2026, Jetpath offers a modern, high-performance alternative built on eBPF/XDP technology.
helm repo add jetpath https://helm.edgenexus.io
helm repo update
helm install jetpath jetpath/jetpath --namespace jetpath-system --create-namespace
See values.yaml for the full list of configurable parameters.
deploymentMode: daemonset
deploymentMode: deployment
replicaCount: 3
metrics:
enabled: true
serviceMonitor:
enabled: true
config:
interface: "ens192"
See our Migration Guide for step-by-step instructions.
| Feature | NGINX Ingress | Jetpath |
|---|---|---|
| Technology | User-space proxy | eBPF/XDP kernel |
| L4 Load Balancing | ✅ | ✅ |
| L7 HTTP Routing | ✅ | ✅ |
| Performance | Good | Excellent |
| DDoS Protection | Limited | Built-in XDP |
| Maintenance | Retiring March 2026 | Active |
Enable Jetpath for your services using annotations:
apiVersion: v1
kind: Service
metadata:
name: my-service
annotations:
jetpath.io/enabled: "true"
jetpath.io/lb-policy: "round_robin"
jetpath.io/persistence: "source"
jetpath.io/persistence-timeout: "3600"
spec:
# ...
| Annotation | Values | Default |
|---|---|---|
jetpath.io/enabled |
true, false |
true |
jetpath.io/lb-policy |
round_robin, weighted_round_robin, least_connection, source_persistent |
round_robin |
jetpath.io/persistence |
source, cookie |
none |
jetpath.io/persistence-timeout |
seconds | 3600 |
jetpath.io/forwarding-mode |
proxy, dsr |
proxy |
helm uninstall jetpath --namespace jetpath-system
Jetpath is a proprietary product by EdgeNEXUS Limited.
Proprietary - EdgeNEXUS Limited. All rights reserved.
Free for evaluation and non-commercial use. Commercial use requires a license from EdgeNEXUS Limited.