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 c8-labs-32) to deploy Camunda 8.7.4 self-managed.
VS Code: Sync GitHub project
The scripts associated with this program are available in the GitHub repository.
Let's open VS Code and clone the Git repository to your local system.
c8-labs-swati.
# Start from a home directory for c8-labs program
git clone https://github.com/rchari-ml/c86-mini.git
cd c86-mini
git checkout c8-labs-swati
Sign-In to GCP cloud
Let's sign-in to Google Cloud Platform and check the cluster details.
Your Gmail account is granted access to the project c8-labs.
gcloud auth login
Run below command to setup config to access the cluster via Project Lens UI app.
Open the Project Lens UI app and see if you are able to connect to the cluster.
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