Kubernetes: GatewayAPI URLRewrite Filter

In this example, request to /echo or /echo/ (because of the type: PathPrefix) will be rewritten as / and becomes the request of “web” Service.

YAML

In this example, request only to /echo (because of the type: Exact) will be rewritten as / and becomes the request of “web” Service.

YAML


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *