Nomad [![Build Status](https://travis-ci.org/hashicorp/nomad.svg)](https://travis-ci.org/hashicorp/nomad) [![Join the chat at https://gitter.im/hashicorp-nomad/Lobby](https://badges.gitter.im/hashicorp-nomad/Lobby.svg)](https://gitter.im/hashicorp-nomad/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Nomad enables developers to use declarative infrastructure-as-code for deploying their applications (jobs). Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on MacOS, Windows, and Linux.
Nomad is widely adopted and used in production by PagerDuty, Target, Citadel, Trivago, SAP, Pandora, Roblox, eBay, Deluxe Entertainment, and more.
* **Deploy Containers and Legacy Applications**: Nomad’s flexibility as an orchestrator enables an organization to run containers, legacy, and batch applications together on the same infrastructure. Nomad brings core orchestration benefits to legacy applications without needing to containerize via pluggable task drivers.
* **Simple & Reliable**: Nomad runs as a single 75MB binary and is entirely self contained - combining resource management and scheduling into a single system. Nomad does not require any external services for storage or coordination. Nomad automatically handles application, node, and driver failures. Nomad is distributed and resilient, using leader election and state replication to provide high availability in the event of failures.
* **Device Plugins & GPU Support**: Nomad offers built-in support for GPU workloads such as machine learning (ML) and artificial intelligence (AI). Nomad uses device plugins to automatically detect and utilize resources from hardware devices such as GPU, FPGAs, and TPUs.
* **Federation for Multi-Region, Multi-Cloud**: Nomad was designed to support infrastructure at a global scale. Nomad supports federation out-of-the-box and can deploy jobs across multiple regions and clouds.
* **Proven Scalability**: Nomad is optimistically concurrent, which increases throughput and reduces latency for workloads. Nomad has been proven to scale to clusters of 10K+ nodes in real-world production environments.
* **HashiCorp Ecosystem**: Nomad integrates seamlessly with Terraform, Consul, Vault for provisioning, service discovery, and secrets management.
* [Spotinst and HashiCorp Nomad to Reduce EC2 Costs for Users] (https://www.hashicorp.com/blog/spotinst-and-hashicorp-nomad-to-reduce-ec2-costs-fo)
11) Target
* [Nomad at Target: Scaling Microservices Across Public and Private Clouds] (https://www.hashicorp.com/resources/nomad-scaling-target-microservices-across-cloud)
12) Trivago
* [Maybe You Don’t Need Kubernetes] (https://matthias-endler.de/2019/maybe-you-dont-need-kubernetes/)
* [Nomad - Our Experiences and Best Practices] (https://tech.trivago.com/2019/01/25/nomad-our-experiences-and-best-practices/)
13) Roblox
* [How Roblox runs a platform for 70 million gamers on HashiCorp Nomad] (https://portworx.com/architects-corner-roblox-runs-platform-70-million-gamers-hashicorp-nomad/)
14) Oscar Health
* [Scalable CI at Oscar Health with Nomad and Docker] (https://www.hashicorp.com/resources/scalable-ci-oscar-health-insurance-nomad-docker)
15) eBay
* [HashiStack at eBay: A Fully Containerized Platform Based on Infrastructure as Code] (https://www.hashicorp.com/resources/ebay-hashistack-fully-containerized-platform-iac)
16) Joyent
* [Build Your Own Autoscaling Feature with HashiCorp Nomad] (https://www.hashicorp.com/resources/autoscaling-hashicorp-nomad)
17) Dutch National Police
* [Going Cloud-Native at the Dutch National Police] (https://www.hashicorp.com/resources/going-cloud-native-at-the-dutch-national-police)
18) N26
* [Tech at N26 - The Bank in the Cloud] (https://medium.com/insiden26/tech-at-n26-the-bank-in-the-cloud-e5ff818b528b)
19) Elsevier
* [Eslevier’s Container Framework with Nomad, Terraform, and Consul] (https://www.hashicorp.com/resources/elsevier-nomad-container-framework-demo)
20) Palantir
* [Enterprise Security at Palantir with the HashiCorp stack] (https://www.hashicorp.com/resources/enterprise-security-hashicorp-stack)
21) Graymeta
* [Backend Batch Processing At Scale with Nomad] (https://www.hashicorp.com/resources/backend-batch-processing-nomad)
22) NIH NCBI
* [NCBI’s Legacy Migration to Hybrid Cloud with Consul & Nomad] (https://www.hashicorp.com/resources/ncbi-legacy-migration-hybrid-cloud-consul-nomad)
23) Q2Ebanking
* [Q2’s Nomad Use and Overview] (https://www.youtube.com/watch?v=OsZeKTP2u98&feature=youtu.be&t=1499)
**Note:** Building the Nomad UI from source requires Node, Yarn, and Ember CLI. These tools are already in the Vagrant VM. Read the [UI README](https://github.com/hashicorp/nomad/blob/master/ui/README.md) for more info.