2015-09-12 00:01:02 +00:00
|
|
|
---
|
|
|
|
layout: "intro"
|
2015-09-17 23:33:37 +00:00
|
|
|
page_title: "Nomad vs. Other Software"
|
2015-09-12 00:01:02 +00:00
|
|
|
sidebar_current: "vs-other"
|
|
|
|
description: |-
|
2015-09-19 23:29:06 +00:00
|
|
|
Comparisons between Nomad and other cluster managers.
|
2015-09-12 00:01:02 +00:00
|
|
|
---
|
|
|
|
|
2015-09-17 23:33:37 +00:00
|
|
|
# Nomad vs. Other Software
|
2015-09-12 00:01:02 +00:00
|
|
|
|
2018-06-22 20:44:39 +00:00
|
|
|
The following characteristics generally differentiate Nomad from related products:
|
2015-09-12 00:01:02 +00:00
|
|
|
|
2018-06-22 20:44:39 +00:00
|
|
|
* **Simplicity**: Nomad runs as a single process with zero external dependencies.
|
|
|
|
Operators can easily provision, manage, and scale Nomad. Developers can easily
|
|
|
|
define and run applications.
|
|
|
|
* **Flexibility**: Nomad can run a diverse workload of containerized, legacy,
|
|
|
|
microservice, and batch applications. Nomad can schedule service, batch
|
|
|
|
processing and system jobs, and can run on both Linux and Windows.
|
|
|
|
* **Scalability and High Performance**: Nomad can schedule thousands of containers
|
|
|
|
per second, scale to thousands of nodes in a single cluster, and easily federate
|
|
|
|
across regions and cloud providers.
|
2018-08-27 14:19:22 +00:00
|
|
|
* **HashiCorp Interoperability**: Nomad elegantly integrates with Vault for secrets
|
2018-06-22 20:44:39 +00:00
|
|
|
management and Consul for service discovery and dynamic configuration. Nomad's
|
|
|
|
Consul-like architecture and Terraform-like job specification lower the barrier
|
|
|
|
to entry for existing users of the HashiCorp stack.
|
|
|
|
|
|
|
|
There are many relevant categories for comparison including cluster managers,
|
|
|
|
resource managers, workload managers, and schedulers. There are many existing
|
|
|
|
tools in each category, and the comparisons are not exhaustive of the entire space.
|
|
|
|
|
|
|
|
Due to the bias of the comparisons being on the Nomad website, we attempt to only
|
|
|
|
use facts. If you find something that is invalid or out of date in the comparisons,
|
|
|
|
please [open an issue](https://github.com/hashicorp/nomad/issues) and we will
|
2015-09-12 00:01:02 +00:00
|
|
|
address it as soon as possible.
|
|
|
|
|
2018-06-22 20:44:39 +00:00
|
|
|
Use the navigation on the left to read comparisons of Nomad versus other systems.
|