Skip to content

m3scluster/clusterd

 
 

Repository files navigation

clusterd

Continued development of Apache Mesos

Clusterd is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run workload on a dynamically shared pool of nodes.

My promise

As long as Apache Mesos/clusterd is used, and funding/time permits, I will continue to maintain this with security updates and features. Since there is no tracking in clusterd or at my repository, I have no overview of who benefits from my work outside of my client base. Therefore, I would greatly appreciate any feedback.

Funding

Documentation

Documentation is available in the docs repository.

Installation

Instructions are included on the Getting Started page.

License

Clusterd is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.

Building

To Compile Clusterd please use cmake and not the deprecated configure.

Compile with SSL support

mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true ../
make

Compile and build debian package

mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true -DCMAKE_BUILD_TYPE=Release -DCPACK_BINARY_DEB=true ../
make
make package

About

Continued development of Apache Mesos

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages

  • C++ 96.0%
  • Java 0.9%
  • Python 0.7%
  • Shell 0.7%
  • CMake 0.6%
  • JavaScript 0.6%
  • Other 0.5%