Difference between revisions of "Nomad"
Jump to navigation
Jump to search
↑ https://www.hashicorp.com/blog/nomad-announcement
↑ https://www.nomadproject.io/intro/index.html
Line 22: | Line 22: | ||
==Exercices== | ==Exercices== | ||
* Install Nomad following official documentation: https://www.nomadproject.io/intro/getting-started/install.html, you will need [[Vagrant]] installed. | * Install Nomad following official documentation: https://www.nomadproject.io/intro/getting-started/install.html, you will need [[Vagrant]] installed. | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[docker-compose]]</code> | ||
==See also== | ==See also== |
Revision as of 18:09, 13 July 2021
Nomad is a container orchestration tool similar to Kubernetes, first released in September 2015[1]. Nomad ships as a single binary, both for clients and servers, and requires no external services for coordination or storage[2].
Basic commands
sudo nomad agent -dev &
nomad node status ID DC Name Class Drain Eligibility Status 181a582b dc1 nomad <none> false eligible ready
nomad server members Name Address Port Status Leader Protocol Build Datacenter Region nomad.global 127.0.0.1 4648 alive true 2 0.7.0 dc1 global
nomad job init
nomad job run example.nomad
nomad status example
nomad status
Exercices
- Install Nomad following official documentation: https://www.nomadproject.io/intro/getting-started/install.html, you will need Vagrant installed.
Related terms
See also
- Container orchestration: Kubernetes, Nomad, Docker Swarm, OpenShift, Mesos, Marathon, AWS Fargate
- Consul
- HashiCorp: HCP, Terraform, Vault, Nomad, Vagrant, Sentinel, Consul, Packer, Waypoint, Boundary, Mitchell Hashimoto, Armon Dadgar
Advertising: