overture-stack / dms

Overture Data Management System
GNU Affero General Public License v3.0
0 stars 1 forks source link

Investigate Dockerswarm #33

Closed rtisma closed 3 years ago

rtisma commented 3 years ago

After some consideration, docker swarm may be a better fit, since both the java docker library supports it and Mirantis claims to support it even after the aquisition

https://devclass.com/2020/02/25/mirantis-to-keep-docker-swarm-buzzing-around-pledges-new-features/

The exit criteria of this ticket is a decision on whether or not docker swarm is a good fit and possibly a POC

rtisma commented 3 years ago

After experimenting with Docker swarm, and being able to replace the previous implementation with docker swarm, I was able to get the same end result as before, with less code and less errors by using a swarm infrastructure. Based on this, swarm is the way to go.

b-f-chan commented 3 years ago

Investigation complete, we will use Docker Swarm for container management/orchestration, closing ticket