This project is a React-based WebUI for Apache Mesos/ClusterD. It is modular, easy toextend, and uses react.
-
Agents Management
- Display all agents in a table
- Detailed information about resources, status, and IPs
-
Frameworks Management
- Overview of registered frameworks
- Monitor resources and statuses
-
Tasks Management
- Display all tasks with status history
- Detail view in a dialog
- Clone the repository and build the webui.
git clone <repo-url>
cd <project-folder>
make build-
Copy
ui/appon all ClusterD/Apache Mesos Master servers. -
Change ClusterD/Apache Mesos Master configuration. As example:
vim /etc/mesos-master/webui_dir
/usr/share/mesos/webui2

