Forbes India Leader Recognition
e.preventDefault(); // Prevent form submission input.blur(); // remove focus input.value = ""; // optional: clear the input

What is Deployment Manager?

What is Deployment Manager?

Featured Image

Tudip

Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources for you. We can write flexible template and configuration files and use them to create deployments that have a variety of Cloud Platform services, such as Google Cloud Storage, Google Compute Engine, and Google Cloud SQL configured to work together.

Setting up all the cloud resources for your application can be a daunting task. Once you decide what you need, you want the process for creating them to be easy, repeatable and controlled. This is particularly important if you have multiple developers or administrators that need to set up copies or variations of the same configuration.

A configuration describes all the resources for a single deployment. A configuration is written in YAML syntax and lists each of the resources in your deployment. The templates support jinja or python, so you can take advantage of programming constructs such as loops, conditionals, and parameterized inputs for deployments requiring logic. Here is the list of the resources you can launch through the deployment manager. The YAML file must consist following three components:

  1. name:
    A user-defined string to identify this resource such as tudip-instance, my-disk, my-vpc.
  2. type:
    The type of resource being deployed such as compute.v1.instance, compute.v1.disk.
  3. properties:
    The parameters for this resource type. They must match the properties for the type such as zone: asia-east1-a, boot: true.

Let’s dive in with an example

In this, we will see how to create a Compute Engine instance using Deployment Manager. The Compute Engine will be having the following configuration

  • Zone: us-central1-f
  • Machine type: f1-micro
  • Image: debian-9

The YAML file named vm.yaml for this deployment will look like this:

resources:

  • type: compute.v1.instance
  • name: tudip-instance

properties:

  • zone: us-central1-f
  • machineType: https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/us-central1-f/machineTypes/f1-micro

disks:

  • deviceName: boot
  • type: PERSISTENT
  • boot: true
  • autoDelete: true

initializeParams:

  • sourceImage: https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/family/debian-9

networkInterfaces:

  • network: https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/global/networks/default
    # Access Config required to give the instance a public IP address

accessConfigs:

  • name: External NAT
  • type: ONE_TO_ONE_NAT

Now, that the config file is ready we can create a Compute Engine using the following command:

gcloud deployment-manager deployments create tudip-deployment --config vm.yaml

Here, we can see the tudip-instance is being created using the Deployment Manager.

In order to get the details of the deployment, we can use the following command.

gcloud deployment-manager deployments describe tudip-deployment

We can create a lot more things using Deployment Manager like database, App Engine, etc.

Related Posts

Latest Posts

  • All Posts
  • AI Powered Knowledge
  • ai/ml
  • CEO India Magazine
  • CMMI level 5 Certification
  • e-learning
  • Fintech
  • gaming
  • Generative AI
  • healthcare
  • manufacturing
  • News
  • OTT
  • Portfolio
  • supply chain
  • travel and hospitality
  • Tudip's AI Hackathon
  • Voxlearn Enterprises
    •   Back
    • Android
    • iOS
    • Java
    • PHP
    • MEAN
    • Ruby
    • DotNet
    • IoT
    • Cloud
    • Testing
    • Roku
    • CMS
    • Python
The Future of Workplace Learning: AI-Powered Knowledge on Demand

The Future of Workplace Learning: AI-Powered Knowledge on Demand

June 12, 2026

A few months ago, I was sitting in a meeting with a team lead who looked genuinely frustrated. Not because…

Read More
We Did It Again: Tudip Successfully Renews Its CMMI Level 5 Certification

We Did It Again: Tudip Successfully Renews Its CMMI Level 5 Certification

June 9, 2026

Nobody around here needed a memo to know something worth celebrating had happened. The message from the CMMI Institute said…

Read More
CEO India Magazine Features Dipti Agrawal: The Woman Behind Intelligent Enterprise Solutions

CEO India Magazine Features Dipti Agrawal: The Woman Behind Intelligent Enterprise Solutions

June 9, 2026

There are moments at work that just stop you in your tracks. Not the big quarterly reviews or the product…

Read More

India

Plot No. 11/2, Phase 3, Hinjewadi Rajiv Gandhi Infotech Park, Pune, India – 411057.
info@tudip.com
+91-96-8990-0537

United States

1999 S. Bascom Ave Suite 700, Campbell CA. 95008, USA.
info@tudip.com
+1-408-216-8162

Canada

64 Caracas Road North York, Toronto Ontario M2K 1B1, Canada.
info@tudip.com

Mexico

Calle Amado Nervo #785 Interior B Colonia Ladron De Guevara 44600 Guadalajara, Jalisco, Mexico.
info@tudip.com

Singapore

77 High Street, #10-12B High Street Plaza, Singapore 179433.
info@tudip.com

Colombia

Cra. 9 # 113-53 Of. 1405 Bogotá D.C., Colombia.
info@tudip.com

UAE

Tudip Information Technologies L.L.C Office No 109, ABU HAIL BUILDING 13, Abu Hail, Dubai, UAE.
info@tudip.com

Nigeria

22 Kumasi Crescent, Wuse 2, Abuja, Nigeria.
info@tudip.com