Deploy to GKE on GCP
Last updated
Last updated
Shepherd generated Helm charts can easily be deployed on GKE in GCP. To use some features of Kubernetes your cluster must comply with a few requirements.
Shepherd Helm charts can automatically set up externally facing ingress with signed certificates on your domain on GCP. To use this feature, install your Helm chart to your GKE cluster as normal. Once the pods have been provisioned on your cluster, view the ingress resource that has been provisioned on your cluster and note the IP address assigned to the load balancer.
Once you have this IP, create an A record in the DNS provider for your domain that points at this IP. The certificate will be automatically provisioned by GCP once the A record has been added. It may take 1-2 hours for this certificate provisioning to complete.