Skip to content

Commit

Permalink
Add missing integrated storage reference architecture diagram (#26600)
Browse files Browse the repository at this point in the history
* add missing diagram

* fix path to file

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
  • Loading branch information
cjobermaier and yhyakuna authored Apr 23, 2024
1 parent d118193 commit b2580d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/internals/telemetry/key-metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This document consists of five metrics sections: core, usage, storage backend, a

#### Background:

![Recommended architecture](/img/vault/vault-integrated-storage-reference-architecture.svg)
![Recommended architecture](/img/vault-integrated-storage-reference-architecture.svg)

The diagram illustrates a highly available Vault cluster with five nodes distributed between three availability zones. Vault's Integrated Storage uses a consensus protocol to provide consistency across the cluster nodes. The leader (active) node is responsible for ingesting new log entries, replicating them to the follower (standby) nodes, and managing when to commit an entry. Integrated Storage uses consensus protocol to provide consistency; therefore, if the leader is lost, the voting nodes will elect a new leader. Refer to the [Integrated storage](/vault/docs/internals/integrated-storage) documentation for more details.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2580d4

Please sign in to comment.