ddb1955bda
* 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
955 B
955 B
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | Internals | docs-internals | 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
- Consensus Protocol
- Gossip Protocol
- Network Coordinates
- Sessions
- Anti-Entropy
- Security Model
You should also be familiar with Jepsen testing, before deploying a production datacenter.