open-consul/website/source/docs/guides/index.html.markdown

27 lines
808 B
Markdown
Raw Normal View History

---
layout: "docs"
page_title: "Guides"
sidebar_current: "docs-guides"
---
# Consul Guides
2014-04-09 18:06:27 +00:00
This section provides various guides for common actions. Due to the 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.
2014-04-09 18:40:52 +00:00
* [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul
2014-04-09 18:06:27 +00:00
* [External Services](/docs/guides/external.html) - This guide covers registering
an external service. This allows using 3rd party services within the Consul framework.
* TODO: Adding and removing servers
* TODO: Joining datacenters