open-consul/website/pages/docs/internals/index.mdx

28 lines
954 B
Plaintext

---
layout: docs
page_title: Internals
sidebar_title: 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)
- [Consensus Protocol](/docs/internals/consensus)
- [Gossip Protocol](/docs/internals/gossip)
- [Network Coordinates](/docs/internals/coordinates)
- [Sessions](/docs/internals/sessions)
- [Anti-Entropy](/docs/internals/anti-entropy)
- [Security Model](/docs/internals/security)
- [Discovery Chain](/docs/internals/discovery-chain)
You should also be familiar with [Jepsen testing](/docs/internals/jepsen), before deploying
a production datacenter.