Marathon vs Kubernetes vs Docker Swarm on DC/OS with Docker containers

I’ll try to break down the unique aspects of each container orchestration framework on Mesos. Use Docker Swarm if: You want to use the familiar Docker API to launch Docker containers on Mesos. Swarm may eventually provide an API to talk to Kubernetes (even K8s-Mesos) too. See: http://www.techrepublic.com/article/docker-and-mesos-like-peanut-butter-and-jelly/ Use Kubernetes-Mesos if: You want to launch … Read more