Forrest logo
tool overview
On this page you find all important commands for the CLI tool nomad. If the command you are looking for is missing please ask our AI.

nomad

Nomad is a command line tool developed by HashiCorp. It is designed to help with the deployment and management of applications and infrastructure across different cloud platforms and environments. Nomad is primarily used for cluster management and scheduling of containers, VMs, and other workloads. It enables efficient allocation of resources to applications, ensuring high availability and optimal utilization. Nomad provides a declarative job specification format that allows users to define their applications' requirements and dependencies. It supports various types of applications, including long-running services, batch jobs, and system-level tasks. Nomad has native integrations with popular container runtimes like Docker, allowing seamless container orchestration across multiple hosts. It supports auto-scaling based on metrics, ensuring applications can dynamically scale based on demand. Nomad offers a web-based user interface for easy monitoring, troubleshooting, and visualization of job status and cluster health. It provides robust security features, including ACLs (Access Control Lists) for authentication and authorization, and integrates well with external certificate authorities.

List of commands for nomad:

  • nomad:tldr:01f24 nomad: Validate a job file.
    $ nomad job validate ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:0975e nomad: Show the status of jobs currently running on the cluster.
    $ nomad job status
    try on your machine
    explain this command
  • nomad:tldr:4fab3 nomad: Run a job on the cluster.
    $ nomad job run ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:5fd42 nomad: Plan a job for execution on the cluster.
    $ nomad job plan ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:74cbe nomad: Follow the logs of a specific allocation.
    $ nomad alloc logs ${alloc_id}
    try on your machine
    explain this command
  • nomad:tldr:c177b nomad: Show the detailed status information about a specific job.
    $ nomad job status ${job_name}
    try on your machine
    explain this command
  • nomad:tldr:ddd3d nomad: Show the status of nodes in the cluster.
    $ nomad node status
    try on your machine
    explain this command
  • nomad:tldr:e7997 nomad: Show the status of storage volumes.
    $ nomad volume status
    try on your machine
    explain this command
tool overview