open-consul/website/source/docs/internals/index.html.markdown

17 lines
453 B
Markdown
Raw Normal View History

2014-02-08 00:41:03 +00:00
---
layout: "docs"
page_title: "Internals"
sidebar_current: "docs-internals"
---
# Consul Internals
2014-02-08 00:41:03 +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
<div class="alert alert-block alert-info">
Note that knowing about the internals of Consul is not necessary to
2014-02-08 00:41:03 +00:00
successfully use it, but we document it here to be completely transparent
about how Consul works.
2014-02-08 00:41:03 +00:00
</div>