Jetpath_Public

Jetpath Helm Chart

High-performance eBPF/XDP load balancer and traffic routing platform for Kubernetes.

Jetpath is a proprietary product by EdgeNEXUS Limited.

🚀 Why Jetpath?

With NGINX Ingress Controller retiring in March 2026, Jetpath offers a modern, high-performance alternative built on eBPF/XDP technology.

Key Features

Prerequisites

Installation

Add the Helm repository

helm repo add jetpath https://helm.edgenexus.io
helm repo update

Install the chart

helm install jetpath jetpath/jetpath --namespace jetpath-system --create-namespace

Configuration

See values.yaml for the full list of configurable parameters.

Common configurations

deploymentMode: daemonset

Deployment mode (for testing)

deploymentMode: deployment
replicaCount: 3

Enable Prometheus metrics

metrics:
  enabled: true
  serviceMonitor:
    enabled: true

Custom network interface

config:
  interface: "ens192"

Migrating from NGINX Ingress

See our Migration Guide for step-by-step instructions.

Quick comparison

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

Service Annotations

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:
  # ...

Available annotations

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

Uninstallation

helm uninstall jetpath --namespace jetpath-system

Support

Jetpath is a proprietary product by EdgeNEXUS Limited.

License

Proprietary - EdgeNEXUS Limited. All rights reserved.

Free for evaluation and non-commercial use. Commercial use requires a license from EdgeNEXUS Limited.