For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Listeners
Listener overview
Compare inline Gateway listeners and ListenerSet listeners and learn how to configure each.
HTTP
Add an HTTP listener for plaintext traffic on a gateway.
HTTPS
Add an HTTPS listener that terminates TLS at the gateway.
mTLS (FrontendTLS)
Create a FrontendTLSConfig on a Gateway to enforce mutual TLS between clients and listeners.
SNI
Serve multiple hostnames from one HTTPS listener by selecting certificates with SNI.
TCP
Add a TCP listener to route non-HTTP traffic through the gateway.
TLS passthrough
Set up a TLS listener on the Gateway that serves one or more hosts and passes TLS traffic through to …
TLS termination for TCPRoutes
Set up a TLS listener on the Gateway that terminates TLS traffic and forwards plain traffic to a …
TLS termination for TLSRoutes
Set up a TLS listener on the Gateway that terminates TLS traffic and forwards plain traffic to a …
Additional TLS settings
Tune TLS settings such as minimum version and cipher suites on a listener.