Deploy and Manage Nomad Jobs
Learn the fundamentals of expressing your workload as Nomad jobs. Submit, inspect, and monitor a running Nomad job.
Deploy and Manage Applications
Learn how to deploy and manage a Nomad Job.
Learn How to Configure Tasks
Use Nomad's job specification to pass runtime configuration to your workloads using command line arguments, environment variables, or configuration files.
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.
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.
Access Application Logs for Troubleshooting
Inspect the logs of applications running in Nomad using the "nomad alloc logs" command or the Nomad API.
Collect Resource Utilization Metrics
Inspect a job's resource consumption and utilization information captured by Nomad's task drivers.