Parameterized jobs allow run-specific metadata in a job specification. Write
and dispatch your first parameterized jobs on Nomad.
15min
Migrate a Java Application to Nomad (Linux)
Configure and deploy a Java workload from a Linux or macOS machine using
Nomad's Java task driver.
15min
Migrate a Java Application to Nomad (Windows)
Configure and deploy a Java workload from a Windows machine using
Nomad's Java task driver.
12min
Learn Go Template Syntax
Learn the syntax for Go's text/template package, the basis of
the template processing engines in Nomad, Consul, and Vault.
6min
Introduction to Nomad Pack
Learn what Nomad Pack does and deploy an application to Nomad using Nomad Pack.
11min
Writing Custom Packs
Information on how to write, test, and deploy custom packs using Nomad Pack.
30min
DRY Nomad Job Specs with Levant
Use Levant to template jobs and reduce repeated elements inside of a job,
reducing your efforts in maintaining complex job files.
45min
Make Abstract Job Specs with Levant
Levant enables you to combine templates and context provided as command-line
flags or variable files and enables you to abstract away complexity for
downstream users.