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-09-11 01:08:52 +00:00
|
|
|
While HashiCorp Nomad provides a low-friction practitioner experience out of
|
|
|
|
the box, there are a few critical steps to take for a successful production
|
|
|
|
Nomad deployment.
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
## Explore the Reference Architecture and Installation Guide
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
Learn more about recommended practices and explore a reference architecture for
|
|
|
|
deploying HashiCorp Nomad in production.
|
2020-02-06 23:45:31 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
- [Nomad Reference Architecture][] - Learn recommended practices and a reference
|
|
|
|
architecture for Nomad production deployments. This reference architecture
|
|
|
|
conveys a general architecture. Adapt it to accommodate the specific needs
|
|
|
|
of your implementation.
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
- [Nomad Deployment Guide][] - Follow along with an end-to-end outline of the
|
|
|
|
steps required to install a single production-ready Nomad cluster as defined
|
|
|
|
in the Reference Architecture section.
|
2020-02-06 23:45:31 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
## Verify Hardware Requirements
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
Review the recommended machine resources (instances), port requirements, and
|
|
|
|
network topology for Nomad in the [Hardware Requirements](/docs/install/production/requirements).
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
## Install Nomad
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
Visit the [Installing Nomad](/docs/install) page to learn the options
|
|
|
|
available for installing Nomad and how to verify a successful
|
|
|
|
installation.
|
2020-09-11 00:15:09 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
## Configure your Nomad Servers and Clients
|
2019-05-08 21:40:38 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
Refer to the [Set Server & Client Nodes](/docs/install/production/nomad-agent)
|
|
|
|
and [Nomad Agent documentation](/docs/commands/agent) pages to learn about the
|
|
|
|
Nomad agent process and how to configure the server and client nodes in your
|
|
|
|
cluster.
|
2020-02-06 23:45:31 +00:00
|
|
|
|
2020-09-11 01:08:52 +00:00
|
|
|
[Nomad Reference Architecture]: https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul
|
|
|
|
[Nomad Deployment Guide]: https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul
|