Use HCL to declaratively specify your jobs and their dependencies for deployment into a Nomad cluster.
Parameterized jobs allow run-specific metadata in a job specification. Write and dispatch your first parameterized jobs on Nomad.
Configure and deploy a Java workload from a Linux or macOS machine using Nomad's Java task driver.
Configure and deploy a Java workload from a Windows machine using Nomad's Java task driver.
Learn the syntax for Go's text/template package, the basis of the template processing engines in Nomad, Consul, and Vault.
Learn what Nomad Pack does and deploy an application to Nomad using Nomad Pack.
Information on how to write, test, and deploy custom packs using Nomad Pack.
Use Levant to template jobs and reduce repeated elements inside of a job, reducing your efforts in maintaining complex job files.
Levant enables you to combine templates and context provided as command-line flags or variable files and enables you to...