2V0-71.23 Question 119
Select 3An organization is using VMware Tanzu Kubernetes clusters for production workloads. They want to implement a backup and restore solution for their Kubernetes resources and persistent volumes to ensure disaster recovery capabilities. Which of the following accurately describe the role of Velero in this scenario?
- A
Velero provides backup and restore capabilities for Kubernetes resources and persistent volume data.
- B
Velero requires a specific cloud provider plugin to store backups in object storage.
- C
Velero only supports backing up Kubernetes namespaces and does not handle persistent volume data.
- D
Velero can be used to migrate Kubernetes workloads between clusters.
- E
Velero requires a physical machine as a backup repository.
Show answer and explanation
Correct answers: A, B, D
Explanation
Velero is a Kubernetes-native solution for backup, restore, and disaster recovery. It supports both cluster resources and persistent volume data, allowing organizations to protect their workloads across various environments. Velero's integration with cloud provider plugins enables storing backups in object storage, and its migration capability provides flexibility for moving workloads across clusters. It does not rely on physical machines for backup storage, making it highly scalable and cloud-native.
- A. Correct.
Correct. Velero is specifically designed to handle backup and restore for both Kubernetes cluster resources and persistent volume data.
- B. Correct.
Correct. Velero relies on cloud provider-specific plugins (like AWS, GCP, or Azure) to store backups in object storage services.
- C. Incorrect.
Incorrect. Velero supports backup and restore for both Kubernetes resources and persistent volume data, not just namespaces.
- D. Correct.
Correct. In addition to backup and restore, Velero can be used to migrate workloads between Kubernetes clusters by restoring backups in a different cluster.
- E. Incorrect.
Incorrect. Velero does not require a physical machine for backup storage. It uses object storage (e.g., AWS S3, Azure Blob Storage, etc.) to store backups.