01
Host + Path Routing
The most common HTTPRoute: match a public hostname and a path prefix, then forward to a backend Service. This is the standard pattern for exposing a web application behind a Gateway.
Loading...
Ready-to-deploy configuration presets for HTTP Route. Each preset is a complete manifest you can copy, customize, and deploy.
2 presetsThe most common HTTPRoute: match a public hostname and a path prefix, then forward to a backend Service. This is the standard pattern for exposing a web application behind a Gateway.
Send most traffic to a stable backend and a small slice to a canary, using backend weights. The Gateway distributes requests in proportion to each backend's `weight` (here 90/10), which is the...