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

2.2 KiB

layout page_title sidebar_current description
docs Guides docs-guides 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

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 - This guide covers Consul's Access Control List (ACL) capability, which can be used to control access to Consul resources.

  • Autopilot - This guide covers Autopilot, which provides automatic operator-friendly management of Consul servers.

  • Adding/Removing Servers - This guide covers how to safely add and remove Consul servers from the cluster. This should be done carefully to avoid availability outages.

  • Bootstrapping - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers.

  • DNS Caching - Enabling TTLs for DNS query caching

  • DNS Forwarding - Forward DNS queries from Bind to Consul

  • External Services - This guide covers registering an external service. This allows using 3rd party services within the Consul framework.

  • Federation (Basic and Advanced) - Configuring Consul to support multiple datacenters.

  • Leader Election - The goal of this guide is to cover how to build client-side leader election using Consul.

  • Outage Recovery - This guide covers recovering a cluster that has become unavailable due to server failures.

  • Server Performance - This guide covers minumum requirements for Consul servers as well as guidelines for running Consul servers in production.

  • Semaphore - This guide covers using the KV store to implement a semaphore.