github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/website/source/guides/operations/cluster/bootstrapping.html.md (about)

     1  ---
     2  layout: "guides"
     3  page_title: "Clustering"
     4  sidebar_current: "guides-operations-cluster"
     5  description: |-
     6    Learn how to cluster Nomad.
     7  ---
     8  
     9  # Clustering
    10  
    11  Nomad models infrastructure into regions and datacenters. Servers reside at the
    12  regional layer and manage all state and scheduling decisions for that region.
    13  Regions contain multiple datacenters, and clients are registered to a single
    14  datacenter (and thus a region that contains that datacenter). For more details on
    15  the architecture of Nomad and how it models infrastructure see the [architecture
    16  page](/docs/internals/architecture.html).
    17  
    18  There are multiple strategies available for creating a multi-node Nomad cluster:
    19  
    20  1. <a href="/guides/operations/cluster/manual.html">Manual Clustering</a>
    21  1. <a href="/guides/operations/cluster/automatic.html">Automatic Clustering with Consul</a>
    22  1. <a href="/guides/operations/cluster/cloud_auto_join.html">Cloud Auto-join</a>
    23  
    24  
    25  Please refer to the specific documentation links above or in the sidebar for
    26  more detailed information about each strategy.