Download ClusterD
Get the latest version of ClusterD, the continued development of Apache Mesos®.
Latest Release
Version: 1.11.0-0.10.0
ClusterD is the continued development of Apache Mesos®, providing efficient resource isolation and sharing across distributed applications.
Installation Guide
Build Prerequisites
- CMake 3.10 or higher
- GNU C++ compiler (g++)
- Libevent (version 2.0 or higher)
- OpenSSL development headers (libssl-dev or equivalent)
Compile with SSL support
mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true ../
make
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
Configuration
For current flags and operational guidance, use the maintained ClusterD documentation.
Join Our Community
ClusterD is developed and maintained by the community. Join discussions and contribute to the project: