For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Examples
Step-by-step migration examples for common Ingress NGINX configurations
This section contains step-by-step examples showing how to migrate common Ingress NGINX configurations to agentgateway using the ingress2gateway tool.
Each example walks through the following steps:
- Creating a sample Ingress manifest.
- Running
ingress2gatewayto convert it. - Reviewing the generated Gateway API and agentgateway resources.
- Applying them to your cluster.
Pick the example that matches your use case, or work through them all to get familiar with the migration workflow.
Basic Ingress
Convert a basic NGINX Ingress to Gateway API resources with the ingress2gateway tool.
Rate Limiting
Convert NGINX rate limiting annotations to agentgateway local rate limit policies.
CORS
Migrate NGINX CORS annotations to agentgateway CORS traffic policies.
SSL Redirect
Convert NGINX SSL redirect annotations to Gateway API HTTP redirect filters.
External Auth
Migrate NGINX external authentication annotations to agentgateway external auth policies.
Canary Deployments
Convert NGINX canary deployment annotations to Gateway API weighted backend routes.
Backend TLS
Migrate NGINX backend TLS annotations to agentgateway backend TLS policies.