July 2017
Intermediate to advanced
414 pages
11h 18m
English
Launch a t2.large EC2 instance with the Ubuntu 16.04 version AMI, which will be used for this deployment. In this example, we are using another instance to run RabbitMQ; however, this can be done on the same instance as well.
Perform the following steps to install Mesos and Marathon:
https://mesos.apache.org/gettingstarted/.
sudo apt-get update sudo apt-get install docker.io sudo docker version
curl -O http://downloads.mesosphere.com/marathon /v1.4.3/marathon-1.4.3.tgz ...Read now
Unlock full access