Google Cloud Platform
Prerequisites
- Download and Install Google Cloud CLI.
- Clone the Google Cloud Deployment Manager for YugabyteDB repository.
Deploy using Cloud Shell
-
Change the current directory to the cloned repository.
-
Use the following
gcloud
command to create the deployment-manager deployment:$ gcloud deployment-manager deployments create <your-deployment-name> --config=yugabyte-deployment.yaml
-
Wait 5-10 minutes for the creation of all resources to complete.
-
After the deployment creation is complete, you can describe it as follows:
$ gcloud deployment-manager deployments describe <your-deployment-name>
The output includes the YugabyteDB Admin URL, JDBC URL, and YSQL, YCQL, and YEDIS connection strings. You can use the YugabyteDB Admin URL to access the Admin portal.