2016-06-27 23:23:32 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
2016-10-08 10:57:51 +00:00
|
|
|
page_title: "Bootstrapping a Nomad Cluster"
|
2016-06-27 23:23:32 +00:00
|
|
|
sidebar_current: "docs-cluster-bootstrap"
|
|
|
|
description: |-
|
|
|
|
Learn how to bootstrap a Nomad cluster.
|
|
|
|
---
|
|
|
|
|
2016-10-08 10:57:51 +00:00
|
|
|
# Bootstrapping a Nomad Cluster
|
2016-06-27 23:23:32 +00:00
|
|
|
|
2016-10-08 10:57:51 +00:00
|
|
|
Nomad models infrastructure into regions and datacenters. Servers reside at the
|
|
|
|
regional layer and manage all state and scheduling decisions for that region.
|
|
|
|
Regions contain multiple datacenters, and clients are registered to a single
|
2016-11-12 16:14:04 +00:00
|
|
|
datacenter (and thus a region that contains that datacenter). For more details on
|
2016-10-08 10:57:51 +00:00
|
|
|
the architecture of Nomad and how it models infrastructure see the [architecture
|
|
|
|
page](/docs/internals/architecture.html).
|
2016-06-27 23:23:32 +00:00
|
|
|
|
2016-10-08 10:57:51 +00:00
|
|
|
There are two strategies for bootstrapping a Nomad cluster:
|
2016-06-27 23:23:32 +00:00
|
|
|
|
2016-10-08 10:57:51 +00:00
|
|
|
1. <a href="/docs/cluster/automatic.html">Automatic bootstrapping</a>
|
|
|
|
1. <a href="/docs/cluster/manual.html">Manual bootstrapping</a>
|
2016-07-21 19:31:37 +00:00
|
|
|
|
2016-10-08 10:57:51 +00:00
|
|
|
Please refer to the specific documentation links above or in the sidebar for
|
|
|
|
more detailed information about each strategy.
|