github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/install/production/index.html.md (about)

     1  ---
     2  layout: "guides"
     3  page_title: "Installing Nomad for Production"
     4  sidebar_current: "guides-install-production"
     5  description: |-
     6    Learn how to install Nomad for Production.
     7  ---
     8  
     9  #Installing Nomad for Production
    10  
    11  This section covers how to install Nomad for production.  
    12  
    13  There are multiple steps to cover for a successful Nomad deployment:
    14  
    15  ##Installing Nomad
    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](/guides/install/index.html) sub-section.
    19  
    20  ##Hardware Requirements
    21  This page details the recommended machine resources (instances), port requirements, and network topology for Nomad.
    22  
    23  Please refer to [Hardware Requirements](/guides/install/production/requirements.html) sub-section.
    24  
    25  ##Setting Nodes with Nomad Agent
    26  These pages explain the Nomad agent process and how to set the server and client nodes in the cluster.
    27  
    28  Please refer to [Set Server & Client Nodes](/guides/install/production/nomad-agent.html) and [Nomad Agent documentation](/docs/commands/agent.html) pages.
    29  
    30  ##Reference Architecture
    31  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.
    32  
    33  Please refer to [Reference Architecture](/guides/install/production/reference-architecture.html) sub-section.
    34  
    35  ##Install Guide Based on Reference Architecture
    36  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.
    37  
    38  Please refer to [Reference Install Guide](/guides/install/production/deployment-guide.html) sub-section.