Which of the following are benefits of using the Vault Secrets Operator (VSO)? (Select three)
Comprehensive and Detailed in Depth
The Vault Secrets Operator (VSO) enhances secrets management in Kubernetes. The HashiCorp Vault documentation lists its benefits: 'The following features are supported by the Vault Secrets Operator:
Support for syncing from multiple secret sources.
Automatic secret drift and remediation.
Automatic secret rotation for Deployment, ReplicaSet, StatefulSet Kubernetes resource types.'
The docs explain: 'VSO watches for changes to its supported Custom Resource Definitions (CRDs) and synchronizes secrets from Vault to Kubernetes Secrets, ensuring consistency (A). It detects and corrects unauthorized changes (C) and rotates secrets for specified resource types (D).' Bi-directional sync (B) is not supported---sync is one-way from Vault to Kubernetes. Thus, A, C, and D are correct.
HashiCorp Vault Documentation - Vault Secrets Operator
Donte
3 days ago