Hi dev, I was reading about OpenStack Magnum here: http://docs.openstack.org/developer/magnum/userguide.html#mesos. Magnum provides a good set of APIs for managing multiple Container Orchestration Engines (COE) like Mesos, Swarm, Kubernetes.
They have a step-by-step guide to setup a Mesos COE cluster using Magnum – which internally uses Heat to orchestrate the VMs (which form the cluster), and installs Marathon, Docker. A simple way to install OpenStack with Magnum is via Devstack. Here is the guide: http://docs.openstack.org/developer/magnum/dev/quickstart.html#building-and-using-a-mesos-cluster I am trying to build a Mesos-Marathon cluster on EC2 using this approach, and also in parallel using Shameera’s Ansible playbook to spin up a similar cluster on EC2. Thanks and Regards, Gourav Shenoy
