Nantian Gateway

Split-plane Kubernetes Gateway API Implementation

Split-plane Kubernetes Gateway API · Go Control Plane · Rust Data Plane · 55 Features

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

Full support for Gateway, HTTPRoute, GRPCRoute, TCPRoute, UDPRoute, TLSRoute

AI Gateway

LLM routing, load balancing, token policy management

Split-plane Architecture

Go control plane + Rust data plane over gRPC xDS

Wasm Plugins

Custom filters, request/response transforms, security policies

Observability

Prometheus metrics, Grafana dashboards, Admin API

Production Ready

Kustomize + Helm, HA, Leader Election

Quick Start

Three commands to get started

Terminal

        
            
            helm repo add nantian https://charts.nantian.dev
            
          
            
            helm install nantian-gw nantian/nantian-gw --namespace nantian-gw --create-namespace
            
          
            
            kubectl apply -f https://raw.githubusercontent.com/nantian-gw/gateway/main/examples/hello-world.yaml