You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/docs/internals/index.html.markdown

17 lines
558 B

---
layout: "docs"
page_title: "Internals"
sidebar_current: "docs-internals"
description: |-
This section goes over some of the internals of Consul, such as the architecture, consensus and gossip protocol, security model, etc.
---
# Consul Internals
This section goes over some of the internals of Consul, such as the architecture,
consensus and gossip protocol, security model, etc.
-> **Note:** Knowing about the internals of Consul is not necessary to successfully
use it, but we document it here to be completely transparent about how Consul
works.