Google Cloud Deployment Manager

2023-04-02T01:51:53+00:00

Google Cloud Deployment Manager Cheat Sheet Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud resources. Features You can write template and configuration files and utilize them to create deployments that have a variety of Google Cloud services working together, such as: Cloud Storage Compute Engine Cloud SQL A configuration defines the structure of your deployment. You must specify a configuration on a YAML file to create a deployment. It contains the following: type and properties of the resources that are part of the deployment any templates the configuration should use [...]