github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/install/production/index.mdx (about) 1 --- 2 layout: docs 3 page_title: Installing Nomad for Production 4 description: Learn how to install Nomad for Production. 5 --- 6 7 # Installing Nomad for Production 8 9 While HashiCorp Nomad provides a low-friction practitioner experience out of 10 the box, there are a few critical steps to take for a successful production 11 Nomad deployment. 12 13 ## Explore the Reference Architecture and Installation Guide 14 15 Learn more about recommended practices and explore a reference architecture for 16 deploying HashiCorp Nomad in production. 17 18 - [Nomad Reference Architecture][] - Learn recommended practices and a reference 19 architecture for Nomad production deployments. This reference architecture 20 conveys a general architecture. Adapt it to accommodate the specific needs 21 of your implementation. 22 23 - [Nomad Deployment Guide][] - Follow along with an end-to-end outline of the 24 steps required to install a single production-ready Nomad cluster as defined 25 in the Reference Architecture section. 26 27 ## Verify Hardware Requirements 28 29 Review the recommended machine resources (instances), port requirements, and 30 network topology for Nomad in the [Hardware Requirements](/docs/install/production/requirements). 31 32 ## Install Nomad 33 34 Visit the [Installing Nomad](/docs/install) page to learn the options 35 available for installing Nomad and how to verify a successful 36 installation. 37 38 ## Configure your Nomad Servers and Clients 39 40 Refer to the [Set Server & Client Nodes](/docs/operations/nomad-agent) 41 and [Nomad Agent documentation](/docs/commands/agent) pages to learn about the 42 Nomad agent process and how to configure the server and client nodes in your 43 cluster. 44 45 [nomad reference architecture]: https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul 46 [nomad deployment guide]: https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul