URL Rewrite
TOC
Basic Concepts
ALB can rewrite the request URL before forwarding it to the backend. You can use regex capture groups to rewrite the URL.
Configuration
via ingress annotation
via rule
Example: client requests /prefix-x/abc; backend receives /abc.