2V0-71.23 Question 115
Select 3Your organization is using VMware Tanzu to manage Kubernetes workloads. The team wants to implement a data protection solution for backup and disaster recovery for Kubernetes resources and Persistent Volumes. Which of the following are use cases for leveraging Velero in this scenario?
- A
Perform on-demand and scheduled backups of Kubernetes resources and Persistent Volumes.
- B
Replicate Kubernetes cluster configurations across multiple clouds for high availability.
- C
Restore applications and Persistent Volumes to a previous state in case of data corruption or accidental deletion.
- D
Migrate Kubernetes workloads and Persistent Volumes between different clusters or cloud environments.
- E
Provide real-time monitoring and alerting for Kubernetes pods and nodes.
Show answer and explanation
Correct answers: A, C, D
Explanation
Velero is a key tool in Kubernetes environments for managing backups, disaster recovery, and migration of workloads. It allows organizations to protect their Kubernetes resources and Persistent Volumes through scheduled or on-demand backups, easily recover from data loss scenarios, and migrate workloads across clusters. However, it does not provide real-time monitoring or high-availability replication, as these are outside its scope.
- A. Correct.
Velero supports both on-demand and scheduled backups for Kubernetes resources and Persistent Volumes, making this a valid use case.
- B. Incorrect.
While Velero can assist with migrating workloads, its primary focus is on backup and restore operations, not high-availability replication across multiple clouds.
- C. Correct.
Restoring applications and Persistent Volumes to a previous state is a core use case of Velero, especially for disaster recovery scenarios.
- D. Correct.
Velero is designed to facilitate the migration of Kubernetes workloads and Persistent Volumes between clusters or environments, making this a valid use case.
- E. Incorrect.
Velero is not a monitoring or alerting tool for Kubernetes pods and nodes. Tools like Prometheus or VMware Tanzu Observability are better suited for this purpose.