Nomad
Esta página aún no está disponible en tu idioma.
Information
- Nomad is an easy, flexible and powerful orchestration software that can operate and scale various applications, micro-services and complex architectures.
- It should be noted that the quorum for HA is 3 separated instances of each:
Vault
,Consul
andNomad
, thus requiring a total of 9 instances.
Install
Terms
- Allocations / alloc - A collection of tasks that run on a node.
- Alias of
Pod
in k8s.
- Alias of
Cheatsheet
-
nomad alloc logs {$allocation}
{$allocation}
- unique id that is the default reference to a group of tasks within a specific node.
-
nomad status {$identifier}
{$identifier}
- The id is an 8 digit alphanumeric reference.