Skip to content

Instantly share code, notes, and snippets.

@goplogic
goplogic / gcp_tls.md
Created December 17, 2019 14:33 — forked from pydevops/gke-ingress-manged-tls.md
Create a GCP managed TLS certificate for the GKE ingress

Solution #1

  • 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.

Solution #2

Assumption

Assumes you are using the default L7 GLBC ingress controller. default for GKE cluster.