notes/IT/Hashicorp Nomad.md

8 lines
1.3 KiB
Markdown
Raw Normal View History

2024-09-30 21:03:49 +00:00
# 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 |
| | |