Docs Local Kubernetes Blog Enterprise Community Get Started GitHub

Rewrites

Attach to:

Modify URLs of incoming requests with rewrite Rewrite A traffic management feature that modifies the authority (host) or path of requests before forwarding them to backends. policies.

For example, the following configuration modifies the request hostname to example.com and the request path to /new-path.

urlRewrite:
  authority:
    full: example.com
  path:
    full: /new-path