2014-02-08 00:41:03 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Internals"
|
|
|
|
sidebar_current: "docs-internals"
|
2014-10-19 23:40:10 +00:00
|
|
|
description: |-
|
|
|
|
This section goes over some of the internals of Consul, such as the architecture, consensus and gossip protocol, security model, etc.
|
2014-02-08 00:41:03 +00:00
|
|
|
---
|
|
|
|
|
2014-02-20 00:58:15 +00:00
|
|
|
# Consul Internals
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2014-02-20 00:58:15 +00:00
|
|
|
This section goes over some of the internals of Consul, such as the architecture,
|
|
|
|
consensus and gossip protocol, security model, etc.
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2014-10-19 23:40:10 +00:00
|
|
|
-> **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.
|