gRPC Route

gRPC Route Presets

Ready-to-deploy configuration presets for gRPC Route. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

gRPC Service Routing

The most common GRPCRoute: match a public hostname and a gRPC service (and optionally a method), then forward to a backend gRPC Service. This is the standard pattern for exposing a gRPC API behind a...

02

gRPC Weighted Canary

Split gRPC traffic for a service across two backends by weight -- the standard progressive-delivery pattern. Here 90% of calls go to the stable backend and 10% to the canary; adjust the weights to...