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

40 lines
2.2 KiB
Markdown
Raw Normal View History

---
layout: "docs"
page_title: "Guides"
sidebar_current: "docs-guides"
description: |-
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 to do them safely.
---
# 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 to do them safely.
The following guides are available:
* [ACLs](/docs/guides/acl.html) - This guide covers Consul's Access Control List (ACL) capability, which can be used to control access to Consul resources.
* [Adding/Removing Servers](/docs/guides/servers.html) - This guide covers how to safely add and remove Consul servers from the cluster. This should be done carefully to avoid availability outages.
* [Autopilot](/docs/guides/autopilot.html) - This guide covers Autopilot, which provides automatic operator-friendly management of Consul servers.
* [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers.
2015-02-19 18:46:13 +00:00
* [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching
* [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul
2014-04-09 18:40:52 +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.
2014-04-09 18:06:27 +00:00
* Federation ([Basic](/docs/guides/datacenters.html) and [Advanced](/docs/guides/areas.html)) - Configuring Consul to support multiple datacenters.
* [Leader Election](/docs/guides/leader-election.html) - The goal of this guide is to cover how to build client-side leader election using Consul.
* [Outage Recovery](/docs/guides/outage.html) - This guide covers recovering a cluster that has become unavailable due to server failures.
2017-04-04 16:33:22 +00:00
* [Semaphore](/docs/guides/semaphore.html) - This guide covers using the KV store to implement a semaphore.
2015-02-19 18:46:13 +00:00
* [Server Performance](/docs/guides/performance.html) - This guide covers minumum requirements for Consul servers as well as guidelines for running Consul servers in production.