Google Cloud Platform
Prerequisites
Deploying using Cloud Shell
-
Change current directory to cloned git repo directory
-
Use gcloud command to create deployment-manager deployment
$ gcloud deployment-manager deployments create <your-deployment-name> --config=yugabyte-deployment.yaml
-
Wait for 5-10 minutes after the creation of all resources is complete by the above command.
-
Once the deployment creation is complete, you can describe it as shown below.
$ gcloud deployment-manager deployments describe <your-deployment-name>
In the output, you will get the YugabyteDB admin URL, JDBC URL, YSQL, YCQL and YEDIS connection string. You can use YugabyteDB admin URL to access admin portal.