Deploying on Google Cloud
When deploying to Google Compute Platform, ensure that you have:
- An account with billing enabled. (Remember, deploying clusters will incur charges. Make sure to destroy resources when you're finished with them!)
- Google Cloud Project you will be deploying to. You could follow this guide to create one. Project ID will be used as cloud-profile during setup.
- A public DNS zone hosted in Cloud DNS. To set this up, you can follow this guide.
- A user account with
Owner
permissions. You can use this guide to grant permissions. - The Google Cloud CLI (gcloud) and google-cloud-cli-gke-gcloud-auth-plugin plugin installed and configured to use this user. You can use this and this guides to install and configure the CLI.