Which of the following features in Vault will replicate service tokens between clusters?
A.
Disaster Recovery Replication
B.
Performance Replication
C.
Vault Agent
D.
Integrated Storage
The Answer Is:
A
This question includes an explanation.
Explanation:
Comprehensive and Detailed In-Depth Explanation:
Vault Enterprise supports replication to synchronize data across clusters, with two main types: Disaster Recovery (DR) Replication and Performance Replication . Only one replicates service tokens:
A. Disaster Recovery Replication : This feature replicates critical data, including service tokens, between clusters for warm-standby failover. " DR clusters are essentially a warm-standby and do replicate tokens from the primary cluster, " per the documentation. This ensures continuity in disaster scenarios.
Incorrect Options :
B. Performance Replication : Focuses on scaling read performance, not token replication. " Performance clusters create and maintain their own tokens. These tokens are NOT replicated. "
C. Vault Agent : A client-side tool for token management, not cluster replication. " It does not specifically replicate service tokens between clusters. "
D. Integrated Storage : A storage backend, not a replication mechanism. " It does not directly replicate service tokens between clusters. "
DR Replication is designed for full data consistency, including tokens, across clusters.