What Google Cloud manages
- GKE control plane and Autopilot compute lifecycle
- VPC networking, Cloud Load Balancing, firewall rules, and IAM
- Cloud SQL for MySQL, encryption, backups, and failover
- Cloud DNS and Google-managed certificates when you use those services
BackendConfig and ManagedCertificate resources are applied alongside the chart.
Google Cloud checklist
- Enable the Kubernetes Engine, Compute Engine, Cloud SQL Admin, and Service Networking APIs.
- Create a regional GKE Autopilot cluster and install
gke-gcloud-auth-pluginif your Cloud SDK does not include it. - Configure private services access and create Cloud SQL for MySQL with a private IP.
- Reserve a global IPv4 address and create the GKE health-check and certificate resources.
- Store
DATABASE_URL,BETTER_AUTH_SECRET, andDEN_DB_ENCRYPTION_KEYin a Kubernetes Secret. - Start from the chart’s
values.gcp-ingress.yamlexample, install the chart, and verify migrations and readiness. - Point both hostnames at the reserved address and wait for the managed certificate to become active.
gcloud commands, values, health checks, migration troubleshooting, verification, and cleanup, follow the GKE operator runbook.
Next: Create the first administrator.