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
Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
− | + | [[nomad server]] members | |
− | nomad server members | + | Name Address Port Status Leader Protocol Build Datacenter Region |
− | 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.global 127.0.0.1 4648 alive true 2 0.7.0 dc1 global | ||
− | |||
* <code>[[nomad job init]]</code> | * <code>[[nomad job init]]</code> | ||
Line 20: | Line 18: | ||
* <code>nomad status example</code> | * <code>nomad status example</code> | ||
* <code>[[nomad status]]</code> | * <code>[[nomad status]]</code> | ||
+ | * <code>[[nomad ui]]</code> | ||
==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 == | == Related terms == | ||
* <code>[[docker-compose]]</code> | * <code>[[docker-compose]]</code> | ||
+ | * [[Nomad Pack]] | ||
− | ==See also== | + | == See also == |
+ | * {{Nomad}} | ||
* {{Container orchestration}} | * {{Container orchestration}} | ||
* [[Consul]] | * [[Consul]] | ||
− | |||
[[Category: Software development]] | [[Category: Software development]] | ||
[[Category:Server administration]] | [[Category:Server administration]] | ||
+ | [[Category:HashiCorp]] |
Latest revision as of 07:17, 17 November 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[edit]
nomad -help
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
nomad ui
Exercices[edit]
- Install Nomad following official documentation: https://www.nomadproject.io/intro/getting-started/install.html, you will need Vagrant installed.
Related terms[edit]
See also[edit]
- Nomad,
nomad -help
,nomad status
,nomad version
,nomad server
,nomad run
,nomad stop
,nomad alloc
,nomad job
,nomad agent
,nomad acl
,nomad agent-info
,nomad deployment
,nomad eval
,nomad exec
,nomad namespace
,nomad operator
,nomad quota
,nomad sentinel
,nomad server
,nomad ui
,nomad version
- Container orchestration: Kubernetes, Nomad, Docker Swarm, OpenShift, Mesos, Marathon, AWS Fargate
- Consul
Advertising: