github.com/outbrain/consul@v1.4.5/website/source/docs/internals/index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Internals" 4 sidebar_current: "docs-internals" 5 description: |- 6 This section covers some of the internals of Consul, such as the architecture, consensus and gossip protocols, and security model. 7 --- 8 9 # Consul Internals 10 11 This section covers some of the internals of Consul, such as the architecture, 12 consensus and gossip protocols, and security model. 13 14 -> **Note:** Knowing about the internals of Consul is not necessary to successfully 15 use it. We document it here to be completely transparent about how Consul works.