2017-02-10 23:37:13 +00:00
|
|
|
---
|
|
|
|
layout: "guides"
|
2018-06-22 20:53:16 +00:00
|
|
|
page_title: "Clustering"
|
|
|
|
sidebar_current: "guides-operations-cluster"
|
2017-02-10 23:37:13 +00:00
|
|
|
description: |-
|
2018-06-22 20:53:16 +00:00
|
|
|
Learn how to cluster Nomad.
|
2017-02-10 23:37:13 +00:00
|
|
|
---
|
|
|
|
|
2018-06-22 20:53:16 +00:00
|
|
|
# Clustering
|
2017-02-10 23:37:13 +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
|
|
|
|
datacenter (and thus a region that contains that datacenter). For more details on
|
|
|
|
the architecture of Nomad and how it models infrastructure see the [architecture
|
|
|
|
page](/docs/internals/architecture.html).
|
|
|
|
|
2018-06-22 20:53:16 +00:00
|
|
|
There are multiple strategies available for creating a multi-node Nomad cluster:
|
|
|
|
|
|
|
|
1. <a href="/guides/operations/cluster/manual.html">Manual Clustering</a>
|
|
|
|
1. <a href="/guides/operations/cluster/automatic.html">Automatic Clustering with Consul</a>
|
|
|
|
1. <a href="/guides/operations/cluster/cloud_auto_join.html">Cloud Auto-join</a>
|
2017-02-10 23:37:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
Please refer to the specific documentation links above or in the sidebar for
|
|
|
|
more detailed information about each strategy.
|