Nantian Gateway

Kubernetes Gateway API control plane with a Rust data plane

Standard Gateway API routing · Go control plane · gRPC/xDS · Experimental AI and Wasm extensions

GitHub

Architecture

Split-plane control plane and data plane communicating over gRPC xDS

Nantian Gateway Architecture Diagram

Core Features

One platform for all your gateway needs

Gateway API v1.5.1

Declared support is generated from the gateway repository support matrix and conformance profile

Experimental AI Gateway

AIService and TokenPolicy are disabled by default and configure model providers and token policy when enabled

Split-plane Architecture

The Go control plane watches Kubernetes resources; the Rust data plane receives runtime snapshots over gRPC/xDS

Experimental Wasm Extensions

WasmPlugin supports URL, ConfigMap, or inline module sources bound to target resources

Operations Visibility

Admin APIs, Prometheus metrics, Grafana dashboards, and health probe ports are part of the stack

Helm And Kustomize

The Helm chart is published at charts.nantian.dev and repository-local Kustomize overlays are available

Quick Start

Add the Helm repository, install the gateway, then follow the full quick start

Terminal

        
            
            helm repo add nantian-gw https://charts.nantian.dev
            
          
            
            helm repo update
            
          
            
            helm install nantian-gw nantian-gw/nantian-gw --namespace nantian-gw --create-namespace