

Do not use your Google Cloud Skills Boost credentials. Important: You must use the credentials from the left panel.
Phnx mnml case password#
Click Next.Ĭopy the Password from the Lab Details panel and paste it into the Welcome dialog. If necessary, copy the Username from the Lab Details panel and paste it into the Sign in dialog. Note: If you see the Choose an account dialog, click Use Another Account. Tip: Arrange the tabs in separate windows, side-by-side.

The lab spins up resources, and then opens another tab that shows the Sign in page. Other information, if needed, to step through this lab.The temporary credentials that you must use for this lab.On the left is the Lab Details panel with the following: If you need to pay for the lab, a pop-up opens for you to select your payment method.
Phnx mnml case how to#
How to start your lab and sign in to the Google Cloud ConsoleĬlick the Start Lab button. Note: If you already have your own personal Google Cloud account or project, do not use it for this lab to avoid extra charges to your account. Time to complete the lab-remember, once you start, you cannot pause a lab.

This prevents any conflicts between your personal account and the Student account, which may cause extra charges incurred to your personal account. Note: Use an Incognito or private browser window to run this lab.

Labs are timed and you cannot pause them. Setup Before you click the Start Lab button
Phnx mnml case code#
You can easily copy and paste the commands from the code block into the appropriate places during the lab. Many labs will include a code block that contains the required commands. We encourage students to type the commands themselves, to help encourage learning of the core concepts. Familiarity with standard Linux text editors such as vim, emacs, or nano will be helpful.Kubernetes is an open source project (available on kubernetes.io) which can run on many different environments, from laptops to high-availability multi-node clusters from public clouds to on-premise deployments from virtual machines to bare metal.įor the purpose of this lab, using a managed environment such as Kubernetes Engine (a Google-hosted version of Kubernetes running on Compute Engine) will allow you to focus more on experiencing Kubernetes rather than setting up the underlying infrastructure. Use this as a reference as you progress through the lab it should all make sense by the time you get to the end (but feel free to ignore this for now). Here's a diagram of the various parts in play in this lab, to help you understand how the pieces fit together with one another. For this lab the code will be a simple Hello World node.js app. The goal of this hands-on lab is for you to turn code that you have developed into a replicated application running on Kubernetes, which is running on Kubernetes Engine.
