Go to file
Yishan Lin d8d18b1b29 Update README.md 2019-04-26 11:46:30 -07:00
.circleci add circleci website build 2018-11-20 16:59:34 -05:00
.github Created .github; Added CoC 2019-02-22 10:49:05 -08:00
acl fixup: Code Review 2018-12-12 12:43:16 +01:00
api Update comment on int8ToPtr 2019-01-30 12:23:14 -08:00
client Merge pull request #5456 from hashicorp/test-taskenv 2019-03-25 10:41:38 -07:00
command Generate files for 0.9.0-rc1 release 2019-03-21 19:06:13 +00:00
demo no need to double the work 2018-12-02 01:03:44 +03:00
dev revert unintended change 2019-01-18 17:36:35 -06:00
devices/gpu/nvidia Update devices/gpu/nvidia/README.md 2019-01-23 17:44:24 -08:00
dist docs: sync systemd unit files; update deploy guide 2019-03-19 15:18:12 -07:00
drivers Revert "executor: synchronize exitState accesses" (#5449) 2019-03-20 07:33:05 -04:00
e2e test: properly skip client state in beforeall 2019-03-22 06:42:04 -07:00
helper e2e: add NomadAgent and basic client state test 2019-03-21 07:14:34 -07:00
integrations spelling: registrations 2018-03-11 18:40:53 +00:00
jobspec Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
lib circbufwritter: add defer to stop ticker in flush loop 2019-01-28 14:33:20 -05:00
nomad Bump to dev post-0.9.0-rc1 release 2019-03-22 08:26:30 -07:00
plugins Merge pull request #5428 from hashicorp/b-dropped-logs-on-task-restart 2019-03-21 14:02:08 -04:00
scheduler Fix bug where scoring metadata would be overridden during an inplace upgrade. 2019-03-12 23:36:46 -05:00
scripts release: only install deps when installing 2019-03-21 15:02:09 -04:00
terraform docs: sync systemd unit files; update deploy guide 2019-03-19 15:18:12 -07:00
testutil tests: IsTravis() -> IsCI() 2019-02-20 08:21:03 -05:00
ui 5303 make logs view full width to better support large screens 2019-03-06 23:29:24 +01:00
vendor Support driver config fields being set to nil (#5391) 2019-03-05 21:47:06 -05:00
version Bump to dev post-0.9.0-rc1 release 2019-03-22 08:26:30 -07:00
website Update release candidate download link on website 2019-03-22 10:46:49 -05:00
.gitattributes Remove invalid gitattributes 2018-02-14 14:47:43 -08:00
.gitignore client/state: support upgrading from 0.8->0.9 2018-12-19 10:39:27 -08:00
.travis.yml Regenerate Proto files (#5421) 2019-03-14 10:56:27 -04:00
CHANGELOG.md update some changelog items 2019-03-20 11:20:25 -04:00
GNUmakefile release: skip check step when cutting release 2019-03-21 14:57:03 -04:00
LICENSE Initial commit 2015-06-01 12:21:00 +02:00
README.md Update README.md 2019-04-26 11:46:30 -07:00
Vagrantfile Add a Docker release scripts 2019-03-17 10:37:36 -04:00
appveyor.yml ci: Run Docker tests on AppVeyor Windows 2019-02-20 08:21:03 -05:00
build_linux_arm.go Fix 32bit arm build 2017-02-09 11:22:17 -08:00
main.go ui: Support colored output on Windows 2019-02-20 14:01:35 +01:00
main_test.go Adding initial skeleton 2015-06-01 13:46:21 +02:00
nsenter_linux.go fix possible panic in libcontainer shim init 2019-03-11 21:57:21 -04:00

README.md

Nomad Build Status Join the chat at https://gitter.im/hashicorp-nomad/Lobby

Overview

Nomad is a flexible, lightweight, easy-to-use, performant workload orchestrator that deploys:

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: Nomads 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.

Getting Started

Get started with Nomad quickly in a sandbox environment on the public cloud or on your computer.

These methods are not meant for production.

Documentation & Guides

Documentation is available on the Nomad website here.

Resources

Who Uses Nomad

  1. CircleCI
  1. Citadel
  1. Deluxe Entertainment
  1. Jet.com (Walmart)
  1. PagerDuty
  1. Pandora
  1. SAP Ariba
  1. SeatGeek
  1. Spaceflight Industries
  1. SpotInst
  1. Target
  1. Trivago
  1. Roblox
  1. Oscar Health
  1. eBay
  1. Joyent
  1. Dutch National Police
  1. N26
  1. Elsevier
  1. Palantir
  1. Graymeta
  1. NIH NCBI
  1. Q2Ebanking
  1. Region Syddanmark

And more!

Contributing to Nomad

If you wish to contribute to Nomad, you will need Go installed on your machine (version 1.10.2+ is required).

Developing with Vagrant There is an included Vagrantfile that can help bootstrap the process. The created virtual machine is based off of Ubuntu 16, and installs several of the base libraries that can be used by Nomad.

To use this virtual machine, checkout Nomad and run vagrant up from the root of the repository:

$ git clone https://github.com/hashicorp/nomad.git
$ cd nomad
$ vagrant up

The virtual machine will launch, and a provisioning script will install the needed dependencies.

Developing locally For local dev first make sure Go is properly installed, including setting up a GOPATH. After setting up Go, clone this repository into $GOPATH/src/github.com/hashicorp/nomad. Then you can download the required build tools such as vet, cover, godep etc by bootstrapping your environment.

$ make bootstrap
...

Afterwards type make test. This will run the tests. If this exits with exit status 0, then everything is working!

$ make test
...

To compile a development version of Nomad, run make dev. This will put the Nomad binary in the bin and $GOPATH/bin folders:

$ make dev

Optionally run Consul to enable service discovery and health checks:

$ sudo consul agent -dev

And finally start the nomad agent:

$ sudo bin/nomad agent -dev

If the Nomad UI is desired in the development version, run make dev-ui. This will build the UI from source and compile it into the dev binary.

$ make dev-ui
...
$ bin/nomad
...

To compile protobuf files, installing protoc is required: See
https://github.com/google/protobuf for more information.

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 for more info.

To cross-compile Nomad, run make prerelease and make release. This will generate all the static assets, compile Nomad for multiple platforms and place the resulting binaries into the ./pkg directory:

$ make prerelease
$ make release
...
$ ls ./pkg
...