analyze_ingress
Analyzes Nginx Ingress YAML to provide a structured summary of annotation compatibility, route types, TLS hosts, cross-namespace refs, and cost estimates for migration to AWS Gateway API.
Instructions
Analyze Nginx Ingress configuration and return a structured summary. Reports annotation compatibility, route type distribution, TLS hosts, cross-namespace refs, and cost estimate.
Args: ingress_yaml: Nginx Ingress YAML content (multi-document supported) or file path. tcp_services_yaml: Optional tcp-services ConfigMap YAML for L4 TCP routes. udp_services_yaml: Optional udp-services ConfigMap YAML for L4 UDP routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ingress_yaml | Yes | ||
| tcp_services_yaml | No | ||
| udp_services_yaml | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |