-
Course
- Cloud
Automating Infrastructure Deployment Using Google Cloud Deployment Manager
Cloud Deployment Manager is the Google service that allows the specification of all the resources needed for an application in a declarative format using yaml. This course will help you use it to programmatically create and provision resources.
What you'll learn
Cloud Deployment Manager is Google’s service for infrastructure automation, also often referred to as “Infra-As-Code” (IAC). Infra-As-Code services allow us to programmatically provision resources using templates, commands, and constructs such as loops and conditionals.
In this course, Automating Infrastructure Deployment Using Google Cloud Deployment Manager, you will learn the conceptual and practical aspects of working with Cloud Deployment Manager to configure complex GCP architectures in a repeatable and verifiable manner.
First, you will study the basic concepts and terms used in the Deployment Manager. You’ll understand what configurations, resources, schemas, templates, manifests, and deployments are and how they fit together to allow you to programmatically create and manage your deployments. You’ll bring all these components together to provision a deployment for a Compute Engine virtual machine instance.
Next, you will learn how you can use templates to parameterize your infrastructure deployments. Deployments can be thought of as directed-acyclic graphs where these graphs can be used to model dependencies between resources. You will learn how to configure these dependencies using references in your deployment specifications. You will also work with making your template reuse more robust by specifying schemas which are rules that govern template usage.
Finally, you will study how you can use templates from the Deployment Manager Marketplace and also configure templates to define the architecture for a load-balanced applications. This will involve the use of composite types registered with the Type Registry and specifying containers to run on your provisioned resources.
At the end of this course, you will have the knowledge and confidence to use Google’s Deployment Manager to programmatically create and provision resources to run your applications on the GCP.
Table of contents
- Module Overview | 1m 3s
- Prerequisites and Course Outline | 3m 5s
- Introducing Cloud Deployment Manager | 3m 9s
- Deployment Manager Fundamentals | 6m 27s
- Enabling APIs for Deployment and Compute Engine | 2m 52s
- Create a Simple Deployment to Provision a VM Instance | 5m 18s
- Run a Simple Deployment to Provision a VM Instance | 5m 20s
- Pricing | 54s
About the author
An engineer and tinkerer, Vitthal has worked at Google, Credit Suisse, and Flipkart and studied at Stanford and INSEAD. He has worn many hats, each of which has involved writing code and building models. He is passionately devoted to his hobby of laughing at his own jokes.
More Courses by Vitthal