Which THREE of the following are true regarding Vault's high availability (HA) and replication? (Choose three.)
Trap 1: With Integrated Storage, all nodes can handle write requests
Only the leader (active node) handles writes; followers forward.
Trap 2: Disaster Recovery Replication replicates everything including…
DR Replication replicates secrets, config, and policies, but audit logs are not replicated.
- A
With Integrated Storage, all nodes can handle write requests
Why wrong: Only the leader (active node) handles writes; followers forward.
- B
In an HA cluster with Integrated Storage, only the active node can serve write requests
Standby nodes forward writes to the active node; only the active node handles writes.
- C
Performance standby nodes can serve read requests without forwarding
Performance standby nodes handle reads locally, reducing load on the active node.
- D
Performance Replication replicates mounts and auth methods but not policies
Policies are not replicated in Performance Replication; they must be manually configured on each cluster.
- E
Disaster Recovery Replication replicates everything including policies and audit logs
Why wrong: DR Replication replicates secrets, config, and policies, but audit logs are not replicated.