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

47 lines
1.9 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
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.
## Explore the Reference Architecture and Installation Guide
Learn more about recommended practices and explore a reference architecture for
deploying HashiCorp Nomad in production.
2020-02-06 23:45:31 +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.
- [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
## Verify Hardware Requirements
Review the recommended machine resources (instances), port requirements, and
network topology for Nomad in the [Hardware Requirements](/docs/install/production/requirements).
## Install Nomad
Visit the [Installing Nomad](/docs/install) page to learn the options
available for installing Nomad and how to verify a successful
installation.
## Configure your Nomad Servers and Clients
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
[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