2014-02-07 16:41:03 -08:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Internals"
|
|
|
|
sidebar_current: "docs-internals"
|
2014-10-19 19:40:10 -04:00
|
|
|
description: |-
|
2015-03-21 21:52:26 -04:00
|
|
|
This section covers some of the internals of Consul, such as the architecture, consensus and gossip protocols, and security model.
|
2014-02-07 16:41:03 -08:00
|
|
|
---
|
|
|
|
|
2014-02-19 16:58:15 -08:00
|
|
|
# Consul Internals
|
2014-02-07 16:41:03 -08:00
|
|
|
|
2015-03-21 21:52:26 -04:00
|
|
|
This section covers some of the internals of Consul, such as the architecture,
|
|
|
|
consensus and gossip protocols, and security model.
|
2014-02-07 16:41:03 -08:00
|
|
|
|
2014-10-19 19:40:10 -04:00
|
|
|
-> **Note:** Knowing about the internals of Consul is not necessary to successfully
|
2015-03-21 21:52:26 -04:00
|
|
|
use it. We document it here to be completely transparent about how Consul works.
|