open-consul/website/content/docs/internals/index.mdx
Blake Covarrubias d81889bb41 docs: Avoid redirects by pointing links to new URLs
Avoid HTTP redirects for internal site links by updating old URLs to
point to the new location for the target content.
2022-01-20 08:52:51 -08:00

27 lines
945 B
Plaintext

---
layout: docs
page_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/architecture)
- [Consensus Protocol](/docs/architecture/consensus)
- [Gossip Protocol](/docs/architecture/gossip)
- [Network Coordinates](/docs/architecture/coordinates)
- [Sessions](/docs/security/acl/auth-methods/oidc)
- [Anti-Entropy](/docs/architecture/anti-entropy)
- [Security Model](/docs/security)
- [Discovery Chain](/docs/connect/l7-traffic/discovery-chain)
You should also be familiar with [Jepsen testing](/docs/architecture/jepsen), before deploying
a production datacenter.