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