Google Cloud Platform
Prerequisites
- Download and Install Google Cloud CLI.
 - Clone the Google Cloud Deployment Manager for YugabyteDB repository.
 
Deploy using Google Cloud Deployment Manager
To deploy using Google Cloud Deployment Manager:
- 
Change the current directory to the cloned repository.
 - 
Use the following
gcloudcommand 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, and YCQL connection strings. You can use the YugabyteDB Admin URL to access the Admin portal.