Create and Manage Cloud Resources
Task 1: Create a project jumphost instance
Requirements:
gcloud compute instances create nucleus-jumphost \
--machine-type f1-micro \
--zone us-east1-bTask 2: Create a Kubernetes service cluster
You need to:
gcloud container clusters create service-cluster \
--zone us-east1-bTask 3: Set up an HTTP load balancer
You need to:
Last updated