Skip to content

Commit

Permalink
Updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theclaymethod committed Dec 2, 2014
1 parent fb4f51c commit 7272934
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,27 @@ Clone the repository, and run:
vagrant up
```

This will provision a mini Mesos cluster with one master, three slaves, and one
Kafka instance. The Mesos master server also contains Zookeeper and the
Marathon framework. The slave will come with HAProxy, Docker, and Bamboo installed.
This will provision a mini Mesos cluster with one master, three slaves, and one Kafka instance. The Mesos master server also contains Zookeeper and the Marathon framework. The slave will come with HAProxy, Docker, and Bamboo installed.

After provisioning the servers you can access Marathon here:
http://100.0.10.11:8080/ and the master itself here: http://100.0.10.11:5050/

Bamboo handles service discovery and reconfigures HAProxy. See usage instructions here: https://github.com/QubitProducts/bamboo

# Non-High Availability Mode
There is also a vagrantfile for a normal 1 slave, 1 master setup (which will save a lot of time provisioning) in /nonHA

# Deploying Docker containers

After provisioning the servers you can access Marathon here:
http://100.0.10.11:8080/ and the master itself here: http://100.0.10.11:5050/

# Chronos
You can register Chronos as a framework in a docker container with the following:
You can register Chronos as a framework in a docker container with the following command:
```
curl -X POST -H "Content-Type: application/json" http://100.0.10.11:8080/v2/apps -d@docker-payloads/chronos.json
```
You can access the Chronos UI at http://mesos-slave:8081


# Deploying Docker containers

Submitting a Docker container to run on the cluster is done by making a call to
Marathon's REST API:

Expand Down

0 comments on commit 7272934

Please sign in to comment.