- Beatriz Rosa 55313, José Ricardo Ribeiro 62761, Christopher Anaya 60566, Ayla Stehling 63327
chmod +x ~/cn-group03/scripts/*- Delete cluster in GCP and GCR(Google Container Registry) and kubernetes allocated resources:
./scripts/gcp_clean.sh
- Create service acc. and cluster and secrets:
./scripts/cluster_create.sh
./scripts/gcp_configure.sh
- Build and push docker images
./scripts/gcr_publish.sh
- Apply deployment configurations:
./scripts/gcr_apply_kubernetes.sh
- Run tests:
./scripts/test.sh
- Create new project in GCP called 'test-project-tp1'
- Delete cluster in GCP and GCR(Google Container Registry) and kubernetes allocated resources:
./scripts/gcp_clean.sh
- Open Google Cloud Shell in the project and run:
./scripts/cluster_create.sh
And then:
./scripts/deploy.sh
Install docker and run the script:
./scripts/run.sh
In case of permission denied, run:
chmod +x ~/cn-group03/scripts/*
| #Role | Role | Number | Name |
|---|---|---|---|
| 1 | Microservices | fc55313 | Beatriz Rosa |
| 2 | Data Science | fc60566 | Christopher Anaya |
| 3 | DevOps | fc62761 | José Ricardo Ribeiro |
| 4 | TODO | fc63327 | Ayla Stehling |
| Name of microservice | Number | Responsible |
|---|---|---|
| API Gateway and Market-Analysis | fc55313 | Beatriz Rosa |
| Sentiment Analysis | fc60566 | Christopher Anaya |
| Yelp Category Recommendation | fc62761 | José Ricardo Ribeiro |
| Question-Analysis | fc63327 | Ayla Stehling |