63Should we migrate from Ingress to Gateway API? Make the case either way.▼hardNewGoogleRed HatMicrosoft2 replies◆ premiumIngress solved routing by convention and annotation, which meant every controller invented its own. Gateway API's real contribution is not features, it is splitting one object into three so that platform and application teams stop editing the same file.Open full answer →
64Ingress NGINX is retired, but it still serves our traffic. How would you migrate without breaking customers?▼mediumNewRed HatGoogleCloudflare◆ premiumAn end-of-maintenance date changes the risk even while traffic stays healthy. The work is proving routing and security parity before moving a production hostname.Open full answer →
66An HTTPRoute attaches to a shared Gateway but cannot reach a Service in another namespace. Which permission is missing?▼mediumNewGoogleRed HatMicrosoft◆ premiumRoute attachment and cross-namespace backend access have different owners. Use route status to find the failing boundary before broadening any permission.Open full answer →