github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/website/source/intro/vs/index.html.markdown (about) 1 --- 2 layout: "intro" 3 page_title: "Nomad vs. Other Software" 4 sidebar_current: "vs-other" 5 description: |- 6 Comparisons between Nomad and other cluster managers. 7 --- 8 9 # Nomad vs. Other Software 10 11 The following characteristics generally differentiate Nomad from related products: 12 13 * **Simplicity**: Nomad runs as a single process with zero external dependencies. 14 Operators can easily provision, manage, and scale Nomad. Developers can easily 15 define and run applications. 16 * **Flexibility**: Nomad can run a diverse workload of containerized, legacy, 17 microservice, and batch applications. Nomad can schedule service, batch 18 processing and system jobs, and can run on both Linux and Windows. 19 * **Scalability and High Performance**: Nomad can schedule thousands of containers 20 per second, scale to thousands of nodes in a single cluster, and easily federate 21 across regions and cloud providers. 22 * **HashiCorp Interoperability**: Nomad elegantly integrates with Vault for secrets 23 management and Consul for service discovery and dynamic configuration. Nomad's 24 Consul-like architecture and Terraform-like job specification lower the barrier 25 to entry for existing users of the HashiCorp stack. 26 27 There are many relevant categories for comparison including cluster managers, 28 resource managers, workload managers, and schedulers. There are many existing 29 tools in each category, and the comparisons are not exhaustive of the entire space. 30 31 Due to the bias of the comparisons being on the Nomad website, we attempt to only 32 use facts. If you find something that is invalid or out of date in the comparisons, 33 please [open an issue](https://github.com/hashicorp/nomad/issues) and we will 34 address it as soon as possible. 35 36 Use the navigation on the left to read comparisons of Nomad versus other systems.