# Pacemaker ## What is Pacemaker? Pacemaker is the resource manager for the [ClusterLabs](https://www.clusterlabs.org/) open-source high-availability cluster stack. It coordinates the configuration, start-up, monitoring, and recovery of interrelated services across all cluster nodes. ## Who is Pacemaker? Pacemaker was initially created by main architect and lead developer Andrew Beekhof with the aid of project catalyst and advocate Lars Marowsky-Brée . Many, many developers have contributed significantly to the project since. The git log is the definitive record of their greatly appreciated contributions. The wider ClusterLabs community is another essential aspect of the project's existence, especially the many users who participate in the mailing lists, blog about HA clustering, and otherwise actively make the project more useful. ## Where do I get Pacemaker? Pacemaker source code is distributed via [Github](https://github.com/ClusterLabs/pacemaker). From there, you can clone or download the repository to get the latest development code, or download one of the official [releases](https://github.com/ClusterLabs/pacemaker/releases). ## How do I install Pacemaker? See [INSTALL.md](https://github.com/ClusterLabs/pacemaker/blob/main/INSTALL.md). ## How can I help? See [CONTRIBUTING.md](https://github.com/ClusterLabs/pacemaker/blob/main/CONTRIBUTING.md). ## Where can I find more information about Pacemaker? * [Documentation](https://www.clusterlabs.org/projects/pacemaker/doc/) * [Bug reporter](https://bugs.clusterlabs.org/) * [The ClusterLabs community](https://clusterlabs.org/community/)