
Before you begin
- Labs create a Google Cloud project and resources for a fixed time
- Labs have a time limit and no pause feature. If you end the lab, you'll have to restart from the beginning.
- On the top left of your screen, click Start lab to begin
Check that there is a tagged image in gcr.io for echo-app:v2
/ 5
Deploy the updated application version (v2) to a Kubernetes cluster
/ 5
Scale out the kubernetes application so that it is running 2 replicas
/ 5
Verify the application responds to web requests with V2.0.0
/ 5
This lab is similar to a Challenge Lab in the "Challenge: GCP Architecture" Quest.
For this Challenge Lab, you must complete a series of tasks within a limited time period. Instead of following step-by-step instructions, you'll be given a scenario and task - you figure out how to complete it on your own! An automated scoring system (shown on this page) will provide feedback on whether you have completed your tasks correctly.
To score 100% you must complete all tasks within the time period!
When you take a Challenge Lab, you will not be taught GCP concepts. You'll need to use your advanced Google Compute Engine (GCE) skills to assess how to build the solution to the challenge presented. This lab is only recommended for students who have GCE skills. Are you up for the challenge?
For each lab, you get a new Google Cloud project and set of resources for a fixed time at no cost.
Sign in to Qwiklabs using an incognito window.
Note the lab's access time (for example, 1:15:00
), and make sure you can finish within that time.
There is no pause feature. You can restart if needed, but you have to start at the beginning.
When ready, click Start lab.
Note your lab credentials (Username and Password). You will use them to sign in to the Google Cloud Console.
Click Open Google Console.
Click Use another account and copy/paste credentials for this lab into the prompts.
If you use other credentials, you'll receive errors or incur charges.
Accept the terms and skip the recovery resource page.
Google Cloud Shell is a virtual machine that is loaded with development tools. It offers a persistent 5GB home directory and runs on the Google Cloud.
Google Cloud Shell provides command-line access to your Google Cloud resources.
In Cloud console, on the top right toolbar, click the Open Cloud Shell button.
Click Continue.
It takes a few moments to provision and connect to the environment. When you are connected, you are already authenticated, and the project is set to your PROJECT_ID. For example:
gcloud is the command-line tool for Google Cloud. It comes pre-installed on Cloud Shell and supports tab-completion.
Output:
Example output:
Output:
Example output:
You are taking over ownership of a test environment and have been given an updated version of a containerized test application to deploy. Your systems' architecture team has started adopting a containerized micro-service architecture. You are responsible for managing the containerized test web applications. You will first deploy the initial version of a test application, called echo-app
to a Kubernetes cluster called echo-cluster
in a deployment called echo-web
.
Before you get started, open the Navigation menu and select Cloud Storage. The last steps in the Deployment Manager Script are used to set up your environment and create a bucket.
Refresh the Storage Browser until you see your bucket. You can move on once your Console resembles the following:
Continue when you see a green checkmark next to echo-cluster
.
You need to update the running echo-app
application in the echo-web
deployment from the v1 to the v2 code you have been provided with. You must also scale out the application to 2 instances and confirm that they are all running.
The updated sample application, including the Dockerfile and the application context files, are contained in an archive called echo-web-v2.tar.gz
. The archive has been copied to a Google Cloud storage bucket in your lab project called gs://[PROJECT_ID].
V2 of the application adds a version number to the output of the application.
Your organization uses the Google Container Registry to host Docker images for deployments, and uses the gcr.io
Google Container Registry hostname for all projects. You must push the updated image to the Google Container Registry before deploying it.
Click Check my progress to verify the objective.
In this task, you will deploy the updated application to the Kubernetes cluster. The deployment should be named echo-web
and the application should be exposed on port 80. The application should be accessible from outside the cluster.
Click Check my progress to verify the objective.
In this task, you will need to scale out the application to 2 replicas.
Click Check my progress to verify the objective.
In this task, you will need to confirm that the application is running and responding correctly. You can use the external IP address of the application to test it.
Click Check my progress to verify the objective.
Receiving a 504, Gateway timeout error: This might just indicate that the application hasn't quite initialized yet, but it could also be caused by a mismatch between the default port that is set in the Dockerfile (TCP port 8000) and:
When you have completed your lab, click End Lab. Google Cloud Skills Boost removes the resources you’ve used and cleans the account for you.
You will be given an opportunity to rate the lab experience. Select the applicable number of stars, type a comment, and then click Submit.
The number of stars indicates the following:
You can close the dialog box if you don't want to provide feedback.
For feedback, suggestions, or corrections, please use the Support tab.
Copyright 2022 Google LLC All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.
This content is not currently available
We will notify you via email when it becomes available
Great!
We will contact you via email if it becomes available
One lab at a time
Confirm to end all existing labs and start this one