In a classic Kubernetes Nginx ingress I know that it is possible to rewrite target url based on a specific regex by appling this annotation nginx.ingress.kubernetes.io/rewrite-target: /$1
But this annotation does not work in AWS ALB ingress. Does anyone know if it is possible to do rewriting work with this kind of ingress?
Ok, it seems not supported at this time => https://github.com/kubernetes-sigs/aws-alb-ingress-controller/issues/835