diff --git a/IT/Hashicorp Nomad.md b/IT/Hashicorp Nomad.md index e69de29..533b770 100644 --- a/IT/Hashicorp Nomad.md +++ b/IT/Hashicorp Nomad.md @@ -0,0 +1,7 @@ +# Terminology +| Phrase | Definition | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| agent | A process running in server or client mode. | +| client/node | A Nomad client is responsible for running tasks assigned to it. A client registers itself with servers and watches for work to be assigned. When running the agent, the client may be referred to as a *node*. | +| server | A Nomad server manages | +| | |