TLS Route

TLS Route Presets

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

2 presets
01

TLS Passthrough by SNI

The most common TLSRoute: match a TLS connection by its SNI hostname and forward it, unmodified (passthrough), to a single backend Service. The backend terminates TLS itself -- the Gateway never sees...

02

TLS Weighted Backends

A single TLSRoute rule that splits passthrough TLS connections across two backends by weight -- the building block for a canary or blue/green rollout of a TLS-terminating service. Because a TLSRoute...