March 2019
Beginner to intermediate
778 pages
34h 20m
English
Creating and managing deployment resources requires the Deployment Manager Editor role, Project Editor role, or Project Owner role. Additionally, the Deployment Manager API must be enabled for the given project. To do this, navigate to https://console.cloud.google.com/apis/library and search for the Google Cloud Deployment Manager V2 API. Select the API and click ENABLE.
With the API enabled and proper IAM permissions, create a deployment containing a single Compute Engine instance to serve a static HTML file. To do so, first create a configuration file defining the instance. This file is available in the book's source code under chapter_12/example_01/simple-app-server.yaml:
resources:- name: app-server-1 ...
Read now
Unlock full access