Difference between revisions of "Nomad"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
</pre>
 
</pre>
  
*<code>nomad job init</code>
+
* <code>[[nomad job init]]</code>
*<code>nomad job run example.nomad</code>
+
* <code>nomad job run example.nomad</code>
*<code>nomad status example</code>
+
* <code>nomad status example</code>
*<code>nomad status</code>
+
* <code>[[nomad status]]</code>
  
 
==Exercices==
 
==Exercices==

Revision as of 07:35, 1 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

Exercices

See also

  • https://www.hashicorp.com/blog/nomad-announcement
  • https://www.nomadproject.io/intro/index.html
  • Advertising: