Apache Mesos on Barge with Vagrant

It demonstrates a simple Apache Mesos cluster (1 master + 1 agent).

Requirements

Configurations

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"

Boot up

$ vagrant up

That's it.

Web UIs