-
Deployment Manager
-
Overview
- Infrastructure as Code deployment service
- Automates creation and management of GCP resources
- Creates and manages GCP templates with configuration files and templates
-
Benefit
- Standandization and repeatability
- Create resources with repeatable results
- Highly structured templates and configuration
- Document infrastructure in easy to understand format
- Used by GCP markerplace for 1 click deployment
-
Templates
- Configuration file can link to templates
- Separate configurations into modular components
- Python or Jinja2 format
- Easier to manage and maintain
- Reusable
-
Operation
- Deploy with commandline only
- Calls on API resources
- Configuration file - YAML format