pmady/Ingress to Gateway API Converter
Convert Kubernetes Ingress resources to Gateway API resources
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | Path to input Ingress YAML file | yes | — |
| output-file | Path to output Gateway API YAML file | no | gateway-resources.yaml |
| provider | Gateway provider preset (istio, envoy, contour, kong, nginx, traefik, gke) | no | istio |
| detect-grpc | Enable gRPC route detection | no | false |
| generate-report | Generate migration report | no | false |
| report-file | Path to migration report file | no | migration-report.md |
Outputs
| name | description |
|---|---|
| gateway-yaml | Path to generated Gateway API YAML file |
| report | Path to migration report (if generated) |