2019-05-08 21:40:38 +00:00
---
2020-03-20 21:04:10 +00:00
layout: docs
2020-02-06 23:45:31 +00:00
page_title: Installing Nomad for Production
sidebar_title: Production
description: Learn how to install Nomad for Production.
2019-05-08 21:40:38 +00:00
---
2020-02-06 23:45:31 +00:00
# Installing Nomad for Production
2019-05-08 21:40:38 +00:00
2020-02-06 23:45:31 +00:00
This section covers how to install Nomad for production.
2019-05-08 21:40:38 +00:00
There are multiple steps to cover for a successful Nomad deployment:
2020-02-06 23:45:31 +00:00
## Installing Nomad
2019-05-08 21:40:38 +00:00
This page lists the two primary methods to installing Nomad and how to verify a successful installation.
2020-03-20 21:00:59 +00:00
Please refer to [Installing Nomad](/docs/install) sub-section.
2020-02-06 23:45:31 +00:00
## Hardware Requirements
2019-05-08 21:40:38 +00:00
This page details the recommended machine resources (instances), port requirements, and network topology for Nomad.
2020-03-20 21:00:59 +00:00
Please refer to [Hardware Requirements](/docs/install/production/requirements) sub-section.
2019-05-08 21:40:38 +00:00
2020-03-09 17:38:47 +00:00
## Setting Nodes with Nomad Agent
2020-09-11 00:15:09 +00:00
2019-05-08 21:40:38 +00:00
These pages explain the Nomad agent process and how to set the server and client nodes in the cluster.
2020-03-20 21:00:59 +00:00
Please refer to [Set Server & Client Nodes](/docs/install/production/nomad-agent) and [Nomad Agent documentation](/docs/commands/agent) pages.
2020-02-06 23:45:31 +00:00
## Reference Architecture
2019-05-08 21:40:38 +00:00
2020-09-11 00:15:09 +00:00
This HashiCorp Learn tutorial 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.
2019-05-08 21:40:38 +00:00
2020-09-11 00:15:09 +00:00
Please refer to [Reference Architecture](https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul) sub-section.
2019-05-08 21:40:38 +00:00
2020-03-09 17:38:47 +00:00
## Install Guide Based on Reference Architecture
2019-05-08 21:40:38 +00:00
2020-09-11 00:15:09 +00:00
This HashiCorp Learn tutorial 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.
Please refer to [Reference Install Guide](https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul) sub-section.