mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add missing integrated storage reference architecture diagram (#26600)
* add missing diagram * fix path to file --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
@@ -23,7 +23,7 @@ This document consists of five metrics sections: core, usage, storage backend, a
|
||||
|
||||
#### Background:
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user