From 27cf99c23a9d045ae4f3948fc34c93b7eaab74ae Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:13:48 -0600 Subject: [PATCH] vault backup: 2024-10-07 14:13:48 --- IT/Hashicorp Nomad.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IT/Hashicorp Nomad.md b/IT/Hashicorp Nomad.md index 99b1e56..4e3227c 100644 --- a/IT/Hashicorp Nomad.md +++ b/IT/Hashicorp Nomad.md @@ -1,3 +1,4 @@ + # Terminology ## Cluster Terms @@ -14,5 +15,7 @@ | task | The smallest unit of work in Nomad. Tasks are executed by task drivers like `docker` or `exec`, which allows Nomad to be flexible in the types of tasks it supports. Tasks specify their required task driver, configuration for the driver, constraints, and resources required. | | group | A series of tasks that run on the same Nomad client. | | job | The core unit of *control* for Nomad and defines the application and its configuration. It can contain one or many tasks | -| job_specification/jobspec | A job specification, also known as a jobspec. | +| job_specification/jobspec | A job specification, also known as a jobspec defines the schema for nomad jobs. This describes the type of the job, the tasks and resources necessary for the job to run, job information like which clients it can run on, or more. | | allocation | An allocation is a mapping between a task group in a job and a client node. When a job is run, Nomad will chose a client capable of running it and allocates resources on the machine for the ask(s) in the task group defined for the job. | +# Resources +https://developer.hashicorp.com/nomad/tutorials/get-started/gs-overview \ No newline at end of file