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...
Loading...
Ready-to-deploy configuration presets for gRPC Route. Each preset is a complete manifest you can copy, customize, and deploy.
2 presetsThe 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...
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...