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

     1  ---
     2  layout: docs
     3  page_title: Installing Nomad for Production
     4  sidebar_title: Production
     5  description: Learn how to install Nomad for Production.
     6  ---
     7  
     8  # Installing Nomad for Production
     9  
    10  This section covers how to install Nomad for production.
    11  
    12  There are multiple steps to cover for a successful Nomad deployment:
    13  
    14  ## Installing Nomad
    15  
    16  This page lists the two primary methods to installing Nomad and how to verify a successful installation.
    17  
    18  Please refer to [Installing Nomad](/docs/install) sub-section.
    19  
    20  ## Hardware Requirements
    21  
    22  This page details the recommended machine resources (instances), port requirements, and network topology for Nomad.
    23  
    24  Please refer to [Hardware Requirements](/docs/install/production/requirements) sub-section.
    25  
    26  ## Setting Nodes with Nomad Agent
    27  These pages explain the Nomad agent process and how to set the server and client nodes in the cluster.
    28  
    29  Please refer to [Set Server & Client Nodes](/docs/install/production/nomad-agent) and [Nomad Agent documentation](/docs/commands/agent) pages.
    30  
    31  ## Reference Architecture
    32  
    33  This document provides recommended practices and a reference architecture for HashiCorp Nomad production deployments. This reference architecture conveys a general architecture that should be adapted to accommodate the specific needs of each implementation.
    34  
    35  Please refer to [Reference Architecture](/docs/install/production/reference-architecture) sub-section.
    36  
    37  ## Install Guide Based on Reference Architecture
    38  This guide provides an end-to-end walkthrough of the steps required to install a single production-ready Nomad cluster as defined in the Reference Architecture section.
    39  
    40  Please refer to [Reference Install Guide](/docs/install/production/deployment-guide) sub-section.