|
|
|
|
|
by lobster_johnson
3671 days ago
|
|
Helios is probably closer to Docker Swarm more than any of the other tools mentioned. It starts containers and isn't very sophisticated beyond that. We evaluated it for a while, but discarded for various reasons, particularly the fact that it doesn't support private container registries [1]. I'd say Helios suffers from being an internal Spotify project. They're not under pressure to support any use cases except their own. For example, Helios is tightly coupled with Zookeeper, and they have rejected the possibility of supporting anything else (e.g., etcd). Their prerogative, of course. [1] https://github.com/spotify/helios/issues/462 |
|