Use Nomad's job specification to pass runtime configuration to your workloads
using command line arguments, environment variables, or configuration files.
5min
Learn How to Submit Jobs to Nomad
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.
6min
Inspect Running Jobs
Use the Nomad CLI to inspect the status of a running job to determine if it
started or what errors might have occurred.
4min
Access Application Logs for Troubleshooting
Inspect the logs of applications running in Nomad using the "nomad alloc logs"
command or the Nomad API.
3min
Collect Resource Utilization Metrics
Inspect a job's resource consumption and utilization information captured by
Nomad's task drivers.