Open-source and lightweight orchestration service to build and control clusters
Realm is a lightweight, embeddable, and extensible open-source orchestration service.
It’s lightweight because it ships as a single executable: one binary runs as an agent on each node in the cluster and also serves as the command-line client.
It’s extensible through a driver system, which lets you add support for custom workloads or node types.
It’s embeddable via a C API, so other programs can drive a cluster directly.