#Kubernetes Gateway API: a sobering look
My biggest pain with ingresses are regex redirects.
So many of us relied on the notorious #nginx annotations or even deployed separate nginx instances for more complex redirects.
With #GatewayAPI we have HttpRoutes with RequestRedirect filters but they don't have a path type regex.
How to migrate nginx annotations?
The go-to solutions seem proprietary CRDs like #traefik middleware.
So, no Gateway API, then?
Please tell me that I'm missing something!
