ingress2gateway

Convert Kubernetes Ingress resources to Gateway API resources

brewmacoslinux
Try with needOr install directly
Source

About

Convert Kubernetes Ingress resources to Kubernetes Gateway API resources

Commands

ingress2gateway

Examples

Convert Ingress resources in a file to Gateway API format$ ingress2gateway --input ingress.yaml --output gateway.yaml
Convert all Ingress resources in a directory$ ingress2gateway --input ./manifests/ --output ./gateway-manifests/
Display conversion help and available options$ ingress2gateway --help