2014-02-08 00:41:03 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Internals"
|
|
|
|
sidebar_current: "docs-internals"
|
2014-10-19 23:40:10 +00:00
|
|
|
description: |-
|
2015-03-22 01:52:26 +00:00
|
|
|
This section covers some of the internals of Consul, such as the architecture, consensus and gossip protocols, and security model.
|
2014-02-08 00:41:03 +00:00
|
|
|
---
|
|
|
|
|
2014-02-20 00:58:15 +00:00
|
|
|
# Consul Internals
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2019-06-24 21:19:12 +00:00
|
|
|
This section covers some of the internals of Consul. Understanding the internals of Consul is necessary to successfully
|
|
|
|
use it in production.
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2019-06-24 21:19:12 +00:00
|
|
|
Please review the following documentation to understand how Consul works.
|
|
|
|
|
|
|
|
* [Architecture](/docs/internals/architecture.html)
|
|
|
|
* [Consensus Protocol](/docs/internals/consensus.html)
|
|
|
|
* [Gossip Protocol](/docs/internals/gossip.html)
|
|
|
|
* [Network Coordinates](/docs/internals/coordinates.html)
|
|
|
|
* [Sessions](/docs/internals/sessions.html)
|
|
|
|
* [Anti-Entropy](/docs/internals/anti-entropy.html)
|
|
|
|
* [Security Model](/docs/internals/security.html)
|
2019-08-21 21:23:08 +00:00
|
|
|
* [Discovery Chain](/docs/internals/discovery-chain.html)
|
2019-06-24 21:19:12 +00:00
|
|
|
|
|
|
|
You should also be familiar with [Jepsen testing](/docs/internals/jepsen.html), before deploying
|
|
|
|
a production datacenter.
|