From 107002055b8d307f54cd4870aefaad96fde678c4 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:03:49 -0600 Subject: [PATCH] vault backup: 2024-09-30 15:03:49 --- IT/Hashicorp Nomad.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 | +| | |