mirror of https://github.com/status-im/consul.git
23 lines
552 B
Markdown
23 lines
552 B
Markdown
|
---
|
||
|
layout: "docs"
|
||
|
page_title: "Guides"
|
||
|
sidebar_current: "docs-guides"
|
||
|
---
|
||
|
|
||
|
# Consul Guides
|
||
|
|
||
|
This section provides various guides for common actions. Due to the complex nature
|
||
|
of Consul, some of these procedures can be complex, so our goal is to provide
|
||
|
guidance do doing them safely.
|
||
|
|
||
|
The following guides are available:
|
||
|
|
||
|
* [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new
|
||
|
datacenter. This covers safely adding the initial Consul servers.
|
||
|
|
||
|
* TODO: Adding and removing servers
|
||
|
|
||
|
* TODO: Joining datacenters
|
||
|
|
||
|
|