-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Swarmkit #100
Comments
@MichaelRoeder The way I see it, the following steps should do it:
Changing code itself would probably be the easiest thing here. |
That means that Docker swarm or Swarmkit will become a prerequesite to run the HOBBIT platform, right? |
@MichaelRoeder swarmkit will, but it's been integrated into docker for quite some time |
Docker networks would need to be overlay ones:
|
Creating overlay networks is not possible in a local setup, is it? I think they are bound to a Docker swarm cluster. |
I think you can have one-node swarm and overlay network on it, so should work locally too. |
Sure but wouldn't that create additional effort for the user? |
|
I simply don't know how good swarm is now integrated into Docker. If the user has to take care of adding stuff like Apart from that, I still haven't got an answer why always using overlay networks should be necessary. |
That's necessary because docker services use overlay networks instead of regular ones, more info: https://docs.docker.com/engine/swarm/networking/ Such network setup would be the default because as currently planned platform will only work with swarm. In a local setup swarm is being initialized as just |
New swarm just has different CLI commands, no need to specify different endpoint AFAIK. |
Developed version 2.0.0 of the platform. Moved to Docker swarm (using Docker services instead of docker-compose) (#100, #158, makes #24 obsolete). Updated VOS version and made sure that future updates of the version can be done easily (#48). Added cluster health checks (#97). Added support for gathering statistics about the usage of resources (#98). Added the visualization of complex data as diagrams (#125). Cleaned up deployment process (#162).
The migration from the container based swarm to Swarmkit should give use
@yamalight Could you please figure out what we have to do to prepare a migration?
The text was updated successfully, but these errors were encountered: