Know Your Environment

GKE Cluster

Kubernetes Engine cluster c8-labs-sravana is provisioned with required network configuration.
Each participant will have access to a dedicated namespace (such as john-doe-gmail-com-c8-labs) to deploy Camunda self-managed app.

GCP Cloud Shell: Sync GitHub project

Let's begin our work by launching a new GCP Cloud Shell.
From this point on, all commands are executed in the Cloud Shell. For convenience, you can copy each command (via Copy button) and paste into the Cloud Shell.

Follow the instructions carefully. There are few places where you may need to modify the command before executing the same.
The scripts associated with this program are available in the GitHub repository.
Let's clone the Git repository to your GCP Cloud Shell.

Git clone using below command.
# Start from your home directory in Cloud Shell


git clone https://github.com/rchari-ml/c86-mini.git
cd c86-mini
git checkout c8-labs-swati 
                    


Project Lens UI app for Kubernetes Resources Visualisation

Run below command on **Your Desktop / Laptop** (not Cloud Shell).
Open the Project Lens UI app and see if you are able to connect to the cluster.

Note: You may ignore this section if the app is not installed.


gcloud auth login
gcloud components install gke-gcloud-auth-plugin
gke-gcloud-auth-plugin --version
gcloud container clusters get-credentials c8-labs-sravana --region asia-south2 --project c8-labs