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