It demonstrates a simple Apache Mesos cluster (1 master + 1 agent).
You can modify the following variables in Vagrantfile.
MESOS_MASTER_IP = "192.168.33.11"
MESOS_AGENT_IP = "192.168.33.21"
SECRET = "your_secret_for_credential"
$ vagrant up
That's it.
-
Marathon
http://192.168.33.11:8080/