From 66e3e941bc3c67213d34f1299b354ad6a1d24b0a Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:09:31 -0700 Subject: [PATCH] backport of commit b2580d4212ae47b8bb3203b6fcc3d31cbf455514 (#26604) Co-authored-by: CJ <105300705+cjobermaier@users.noreply.github.com> --- website/content/docs/internals/telemetry/key-metrics.mdx | 2 +- .../img/vault-integrated-storage-reference-architecture.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 website/public/img/vault-integrated-storage-reference-architecture.svg diff --git a/website/content/docs/internals/telemetry/key-metrics.mdx b/website/content/docs/internals/telemetry/key-metrics.mdx index 58005f9261f8..7e860fac6c7e 100644 --- a/website/content/docs/internals/telemetry/key-metrics.mdx +++ b/website/content/docs/internals/telemetry/key-metrics.mdx @@ -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. diff --git a/website/public/img/vault-integrated-storage-reference-architecture.svg b/website/public/img/vault-integrated-storage-reference-architecture.svg new file mode 100644 index 000000000000..413e2bef714a --- /dev/null +++ b/website/public/img/vault-integrated-storage-reference-architecture.svg @@ -0,0 +1 @@ + \ No newline at end of file