mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 03:15:47 +00:00
* Moved the glossary to a new page and removed the advanced warnings from all internals docs. * Update website/source/layouts/docs.erb Co-Authored-By: Judith Malnick <judith@hashicorp.com> * Updates based on PR feedback * Update website/source/docs/internals/index.html.md * Update website/source/docs/internals/index.html.md * Update website/source/docs/internals/index.html.md * Update website/source/docs/internals/index.html.md * Update website/source/docs/internals/index.html.md
26 lines
955 B
Markdown
26 lines
955 B
Markdown
---
|
|
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.
|
|
---
|
|
|
|
# Consul Internals
|
|
|
|
This section covers some of the internals of Consul. Understanding the internals of Consul is necessary to successfully
|
|
use it in production.
|
|
|
|
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.
|