- GKE with Google-managed SSL certificates
- Create a ManagedCertificate object.
- Associate the ManagedCertificate object to an Ingress by adding an annotation networking.gke.io/managed-certificates to the Ingress. This annotation is a comma-separated list of ManagedCertificate resources, cert1,cert2,cert3 for example.
Assumes you are using the default L7 GLBC ingress controller. default for GKE cluster.