Gateway

Gateway Presets

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

2 presets
01

HTTPS Gateway with TLS Termination

A single HTTPS listener that terminates TLS at the Gateway using a certificate stored in a Kubernetes Secret (typically created by a cert-manager `KubernetesCertificate`). This is the most common...

02

Multi-Protocol Gateway

A single Gateway exposing three listeners on distinct ports: cleartext HTTP (often used to redirect to HTTPS), HTTPS with TLS termination, and a raw TCP listener for a non-HTTP workload such as a...