Kgateway

Active
GitHub Go Apache-2.0

Description

Kgateway is an Envoy-based cloud-native API and AI gateway, proxying LLM APIs, internal services and multi-protocol traffic.

Key Features

  • Envoy data plane — high-performance Istio-compatible gateway
  • AI Gateway — LLM proxy and function calling
  • Multi-protocol — HTTP/1, HTTP/2, gRPC
  • Mesh-friendly — integrates with Istio and Linkerd
  • Observability — full metrics and tracing
  • CNCF sandbox — cloud-native standard project

Use Cases

💡 Unified entry for LLM and internal APIs
💡 Function-calling gateway on Kubernetes
💡 A unified gateway layer that fits existing service mesh
💡 Observable AI API traffic management

Quick Start

kubectl apply -f https://github.com/kgateway-dev/kgateway/releases/latest/download/standard-install.yaml
# 安装 CLI
kgatewayctl install

Related Projects