Overview
Teaching: 5 min
Exercises: 0 minQuestionsObjectives
- How do I get started?
- Setting up `gcloud` command line tool.
We’ll be using the CESSDA Sandbox project, so make sure to be connected. Alternatively you could use Minikube, most things below are compatible, but you will need to build the images manually.
gcloud container clusters get-credentials eddi-cluster --zone europe-west1-b --project cessda-sandbox
We will now create the default CESSDA deployment project layout set-by-step.
Important: For better reproducability we will make use of environment variables. These are the same that Jenkins also uses. First, define your own name:
export myname=<myname>