github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/intro/index.mdx (about)

     1  ---
     2  layout: intro
     3  page_title: Introduction
     4  sidebar_title: What is Nomad?
     5  description: >-
     6    Welcome to the intro guide to Nomad! This guide is the best place to start
     7    with Nomad. We cover what Nomad is, what problems it can solve, how it
     8    compares to existing software, and a quick start for using Nomad.
     9  ---
    10  
    11  # Introduction to Nomad
    12  
    13  Welcome to the intro guide to Nomad! This guide is the best place to start with Nomad. We cover what Nomad is, what problems it can solve, how it compares to existing software, and how you can get started using it. If you are familiar with the basics of Nomad, the [documentation](/docs) and [HashiCorp Learn guides](https://learn.hashicorp.com/nomad) provides a more detailed reference of available features.
    14  
    15  <iframe
    16    src="https://www.youtube.com/embed/s_Fm9UtL4YU"
    17    frameborder="0"
    18    allowfullscreen="true"
    19    width="560"
    20    height="315"
    21  ></iframe>
    22  
    23  ## What is Nomad?
    24  
    25  Nomad is a flexible workload orchestrator that enables an organization to easily deploy and manage any containerized or legacy application using a single, unified workflow. Nomad can run a diverse workload of Docker, non-containerized, microservice, and batch applications.
    26  
    27  Nomad enables developers to use declarative infrastructure-as-code for deploying applications. Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on macOS, Windows, and Linux.
    28  
    29  Nomad is widely adopted and used in production by PagerDuty, Target, Citadel, Trivago, SAP, Pandora, Roblox, eBay, Deluxe Entertainment, and more.
    30  
    31  ## Key Features
    32  
    33  - **Deploy Containers and Legacy Applications**: Nomad’s flexibility as an orchestrator enables an organization to run containers, legacy, and batch applications together on the same infrastructure. Nomad brings core orchestration benefits to legacy applications without needing to containerize via pluggable [task drivers](/docs/drivers).
    34  
    35  - **Simple & Reliable**: Nomad runs as a single binary and is entirely self contained - combining resource management and scheduling into a single system. Nomad does not require any external services for storage or coordination. Nomad automatically handles application, node, and driver failures. Nomad is distributed and resilient, using leader election and state replication to provide high availability in the event of failures.
    36  
    37  - **Device Plugins & GPU Support**: Nomad offers built-in support for GPU workloads such as machine learning (ML) and artificial intelligence (AI). Nomad uses [device plugins](/docs/devices) to automatically detect and utilize resources from hardware devices such as GPU, FPGAs, and TPUs.
    38  
    39  - **Federation for Multi-Region**: Nomad has native support for multi-region federation. This built-in capability allows multiple clusters to be linked together, which in turn enables developers to deploy jobs to any cluster in any region. Federation also enables automatic replication of ACL policies, namespaces, resource quotas and Sentinel policies across all clusters.
    40  
    41  - **Proven Scalability**: Nomad is optimistically concurrent, which increases throughput and reduces latency for workloads. Nomad has been proven to scale to clusters of 10K+ nodes in real-world production environments.
    42  
    43  - **HashiCorp Ecosystem**: Nomad integrates seamlessly with Terraform, Consul, Vault for provisioning, service discovery, and secrets management.
    44  
    45  ## How Nomad Compares to Other Tools
    46  
    47  Nomad differentiates from related tools by virtue of its **simplicity**, **flexibility**,
    48  **scalability**, and **high performance**. Nomad's synergy and integration points with
    49  HashiCorp Terraform, Consul, and Vault make it uniquely suited for easy integration into
    50  an organization's existing workflows, minimizing the time-to-market for critical initiatives.
    51  
    52  See the [Nomad vs. Other Software](/intro/vs) page for additional details and
    53  comparisons.
    54  
    55  ## Next Steps
    56  
    57  See the [Use Cases](/intro/use-cases) and [Who Uses Nomad](/intro/who-uses-nomad) page to understand the many ways Nomad is used in production today across many industries to solve critical, real-world business objectives.