Back to Yugabyte Db

Deploy YugabyteDB in Google Cloud Platform with GCP Deployment Manager

docs/content/v2024.1/deploy/public-clouds/gcp/gcp-deployment-manager.md

2026.1.0.0-b251.7 KB
Original Source
<ul class="nav nav-tabs-alt nav-tabs-yb"> <li > <a href="../gcp-deployment-manager/" class="nav-link active"> <i class="icon-shell"></i> Google Cloud Deployment Manager </a> </li> <li> <a href="../gke/" class="nav-link"> <i class="fa-regular fa-dharmachakra" aria-hidden="true"></i> Google Kubernetes Engine (GKE) </a> </li> <li > <a href="../terraform/" class="nav-link"> <i class="icon-shell"></i> Terraform </a> </li> </ul>

Prerequisites

Deploy using Google Cloud Deployment Manager

To deploy using Google Cloud Deployment Manager:

  1. Change the current directory to the cloned repository.

  2. Use the following gcloud command to create the deployment-manager deployment:

    sh
    $ gcloud deployment-manager deployments create <your-deployment-name> --config=yugabyte-deployment.yaml
    
  3. Wait 5-10 minutes for the creation of all resources to complete.

  4. After the deployment creation is complete, you can describe it as follows:

    sh
    $ 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.