1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-15 23:54:32 +02:00
Files
Arie Bregman 7cceb86b38 Update
2022-10-23 13:02:53 +03:00

363 B

Create an Instance

Objectives

  1. Create a VM instance with the following properties
    1. name: instance-1
    2. type: e2-micro
    3. labels:
      1. app: web
      2. env: dev
  2. Using the CLI (gcloud) perform the following operations:
    1. Update "app" label to "db"
    2. Remove "env" label

Solution

Click here to view the solution