Accessing Your Lab #
Each student has a dedicated lab environment provisioned for them. Each student lab has:
- A dedicated GCP project
- A pre-built Google Kubernetes Engine (GKE) cluster in each project
Google Cloud Environment #
In order to access your environment, you will be using the Google Cloud console and the bastion host provisioned for you.
Using your Google Cloud account, browse to Google Cloud console and you will find your dedicated project.
Google Cloud Shell #
For the workshop, you will be using Google Cloud Shell. Make sure that once you sign into the console, you have launched Cloud Shell at least once to set up your initial environment.
Please make sure to set your default project in Cloud Shell to ensure you are in the right context throughout the workshop. You can use the following command:
gcloud config set project <YOUR_PROJECT_ID>