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

26 lines
955 B
Markdown
Raw Normal View History

2014-02-08 00:41:03 +00:00
---
layout: "docs"
page_title: "Internals"
sidebar_current: "docs-internals"
description: |-
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
---
# Consul Internals
2014-02-08 00:41:03 +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
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)
You should also be familiar with [Jepsen testing](/docs/internals/jepsen.html), before deploying
a production datacenter.