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

1.8 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:

  • Atlas Integration - This guide covers how to integrate Atlas with Consul.

  • 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.

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

  • Multiple Datacenters - Configuring Consul to support multiple datacenters.

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

  • Semaphore - This guide covers using the Key/Value store to implement a semaphore.