Swarm on Mesos Overview
Swarm API gets REST API request, and then create a task and put it into message queue.
Swarm Cluster (registered as Mesos framework) gets offer from Mesos
Swarm Cluster picks up a task from message queue
Swarm Cluster calls Scheduler’s routine to gets target host
Swarm Cluster calls Mesos 继续阅读 »