All Projects → Capgemini → Mesos Ui

Capgemini / Mesos Ui

Licence: mit
An alternative web UI for Apache Mesos, built with ❤️ and React.JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Mesos UI

Join the chat at https://gitter.im/Capgemini/mesos-ui

wercker status Code Climate Test Coverage

A responsive, realtime dashboard for Apache Mesos built using Node.js, React.js.

dashboard

Usage as standalone while keeping the default Mesos UI.

You can run and deploy this app in standalone mode via docker like:

docker run -p 5000:5000 -e ZOOKEEPER_ADDRESS="ip1:2181,ip2:2181,ip3:2181" capgemini/mesos-ui:standalone-$TAG

or using marathon:

replace ZOOKEEPER_ADDRESS with the address of your zookeeper instances and run:

curl -X POST -HContent-Type:application/json -d @marathon.json http://MARATHON_ENDPOINT:8080/v2/apps

Usage as a replacement for the default Mesos UI.

The quickest way to check it out is just run:

docker run --net=host -e MESOS_LOG_DIR=/logs capgemini/mesos-ui:latest

And you should be able to access to 127.0.0.1:5050 via browser.

Powered By Mesos UI

Organisations using Mesos UI. If your company uses Mesos UI, we would be glad to get your feedback :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].