Learn the fundamentals of expressing your workload as Nomad jobs. Submit, inspect, and monitor a running Nomad job.
Learn how to deploy and manage a Nomad Job.
Use Nomad's job specification to pass runtime configuration to your workloads using command line arguments, environment variables, or configuration files.
Learn about Nomad job files. The job file is the unit of work in Nomad, and is submitted to the server for evaluation and scheduling of your workload.
Use the Nomad CLI to inspect the status of a running job to determine if it started or what errors might have occurred.
Inspect the logs of applications running in Nomad using the "nomad alloc logs" command or the Nomad API.
Inspect a job's resource consumption and utilization information captured by Nomad's task drivers.