doudejans / web-scale-data-management

Project work for IN4331 Web-scale Data Management
0 stars 2 forks source link

GKE Deployment #18

Closed doudejans closed 4 years ago

doudejans commented 4 years ago

This PR adds automatic deployment of our microservices to a Google Kubernetes Engine cluster (only for changes on master). I moved the Docker images to GCP's Container Registry since GitHub's registry was acting weird in previous builds and it is easier to use together with GKE. The new deployment.yaml files contain the configuration which is being used in 'production'.

doudejans commented 4 years ago

Thanks! Yes, that's what I thought as well. It might not be the nicest, but it'll do for this assignment.

As we discussed elsewhere, I'll add some information and instructions to the readme on how I set up the other services/DBs on the cluster that are not automated.