open-nomad/website/pages/docs/install/production/index.mdx

43 lines
1.8 KiB
Plaintext
Raw Normal View History

---
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.
---
2020-02-06 23:45:31 +00:00
# Installing Nomad for Production
2020-02-06 23:45:31 +00:00
This section covers how to install Nomad for production.
There are multiple steps to cover for a successful Nomad deployment:
2020-02-06 23:45:31 +00:00
## Installing Nomad
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
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.
## Setting Nodes with Nomad Agent
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
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.
Please refer to [Reference Architecture](https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul) sub-section.
## Install Guide Based on Reference Architecture
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.