API resource reference for BackendTLSPolicy, one of the Gateway API resources. To create or change one, see Changing resources; to inspect, see Reading resources.
This resource follows the Gateway API BackendTLSPolicy specification and is served at the stable
v1 version.Identity
Overview
ABackendTLSPolicy configures how a Gateway establishes a TLS connection to the backend it routes traffic to. It lets you secure the “last mile” between the Gateway and a backend Service by specifying which CA certificates to trust and which hostname the backend’s certificate must match.
Use it when you want traffic between the Gateway and your backend to be encrypted and authenticated — for example, connecting to a backend that serves its own TLS certificate. Each policy attaches to one or more target resources (typically a Service) through spec.targetRefs.