How rewrite target url within an AWS ALB Ingress Controller?

4/19/2019

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?

-- mtovmassian
amazon-eks
aws-alb
kubernetes
kubernetes-ingress
url-rewriting

1 Answer

4/23/2019
-- mtovmassian
Source: StackOverflow