Higress
AI Gateway | AI Native API Gateway
Introduction
Key Features
Installation
Helm Installation
helm repo add higress https://higress.io/helm-charts
helm repo update
# Install in standalone mode (without Istio dependency)
helm install higress higress/higress \
-n higress-system --create-namespace
# Install with Istio integration
helm install higress higress/higress \
-n higress-system --create-namespace \
--set global.istioEnabled=trueConfiguration
Basic Ingress
AI Route Configuration
Wasm Plugin Example
Last updated