Back to feed
GCP·Google Kubernetes Enginefeature·

GKE Gateway now supports backend mutual TLS (mTLS).


GKE Gateway now supports backend mutual TLS (mTLS). In addition to backend authenticated TLS, backend mTLS allows the GKE Gateway load balancer to authenticate its identity to backend Pods by presenting a client certificate. GKE Gateway configures backend mTLS using the standard Gateway API spec.tls.backend.clientCertificateRef field.

This feature is supported for the following GatewayClasses:

• gke-l7-global-external-managed • gke-l7-regional-external-managed • gke-l7-rilb

For more information, see Configure backend mutual TLS (mTLS) for a Gateway.