Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.41 KB

File metadata and controls

57 lines (35 loc) · 1.41 KB

ClusterD/Apache Mesos WebUI

This project is a React-based WebUI for Apache Mesos/ClusterD. It is modular, easy toextend, and uses react.

Funding


Features

  • 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

Installation

  1. Clone the repository and build the webui.
git clone <repo-url>
cd <project-folder>
make build
  1. Copy ui/app on all ClusterD/Apache Mesos Master servers.

  2. Change ClusterD/Apache Mesos Master configuration. As example:

vim /etc/mesos-master/webui_dir
/usr/share/mesos/webui2

Screenshots

clipboard_20260207150054.bmp clipboard_20260207150113.bmp