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