Go to file
dependabot[bot] 81ac5d93f1
build(deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 in /api (#14859)
* build(deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 in /api

Bumps [github.com/kr/pretty](https://github.com/kr/pretty) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/kr/pretty/releases)
- [Commits](https://github.com/kr/pretty/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: github.com/kr/pretty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: update in root as well

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seth Hoenig <shoenig@duck.com>
2022-10-27 11:58:00 -05:00
.changelog build(deps): bump google.golang.org/grpc from 1.48.0 to 1.50.1 (#14897) 2022-10-27 11:32:48 -05:00
.circleci ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
.github ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
.release
.semgrep
.tours
acl
api build(deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 in /api (#14859) 2022-10-27 11:58:00 -05:00
ci ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
client client: ensure minimal cgroup controllers enabled (#15027) 2022-10-24 16:08:54 -05:00
command keyring: fix missing GC config, don't rotate on manual GC (#15009) 2022-10-24 08:43:42 -04:00
contributing ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
demo
dev
drivers
e2e test: use port collision instead of cpu exhaustion (#14994) 2022-10-21 07:53:26 -07:00
helper helpers: lockfree lookup of nobody user on unix systems (#14866) 2022-10-11 08:38:05 -05:00
integrations
internal/testing/apitests
jobspec
jobspec2
lib cleanup: rename Equals to Equal for consistency (#14759) 2022-10-10 09:28:46 -05:00
nomad keyring: remove root key GC (#15034) 2022-10-25 17:06:18 -04:00
plugins
scheduler make version checks specific to region (1.4.x) (#14912) 2022-10-17 16:23:51 -04:00
scripts
terraform
testutil
tools ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
ui refact: preserve promise.then behavior for acceptance tests (#15003) 2022-10-24 09:04:39 -04:00
version Post 1.4.1 release (#14988) 2022-10-20 13:09:41 -04:00
website docs: improved documentation on hardening and required capabilities (#15036) 2022-10-26 09:46:13 -04:00
.git-blame-ignore-revs
.gitattributes
.gitignore ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
.go-version
.golangci.yml
.semgrepignore
CHANGELOG.md Post 1.4.1 release (#14988) 2022-10-20 13:09:41 -04:00
CODEOWNERS
GNUmakefile ci: use groups of tests in gha (#15018) 2022-10-27 09:02:58 -05:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE (#14884) 2022-10-13 08:43:12 -04:00
README.md
Vagrantfile
build_linux_arm.go
go.mod build(deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 in /api (#14859) 2022-10-27 11:58:00 -05:00
go.sum build(deps): bump github.com/kr/pretty from 0.3.0 to 0.3.1 in /api (#14859) 2022-10-27 11:58:00 -05:00
main.go docker_logger: reorder imports to save memory (#14875) 2022-10-11 13:23:03 -04:00
main_test.go

README.md

Nomad License: MPL 2.0 Discuss

HashiCorp Nomad logo

Nomad is a simple and flexible workload orchestrator to deploy and manage containers (docker, podman), non-containerized applications (executable, Java), and virtual machines (qemu) across on-prem and clouds at scale.

Nomad is supported on Linux, Windows, and macOS. A commercial version of Nomad, Nomad Enterprise, is also available.

Nomad provides several key features:

  • 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 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 applications 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.

Quick Start

Testing

See Learn: Getting Started for instructions on setting up a local Nomad cluster for non-production use.

Optionally, find Terraform manifests for bringing up a development Nomad cluster on a public cloud in the terraform directory.

Production

See Learn: Nomad Reference Architecture for recommended practices and a reference architecture for production deployments.

Documentation

Full, comprehensive documentation is available on the Nomad website: https://www.nomadproject.io/docs

Guides are available on HashiCorp Learn.

Contributing

See the contributing directory for more developer documentation.