1V0-71.21 · Question #42
What functionalities does Velero provide? (Choose three.)
The correct answer is C. A Kubernetes resource migration tool D. A disaster recovery tool F. A tool to safely perform backups and restores. Velero is an open-source Kubernetes tool purpose-built for three core capabilities: migrating resources between clusters (C), disaster recovery (D), and backup and restore operations (F). It can snapshot cluster state - including namespaces, deployments, PVCs, and more - and…
Question
What functionalities does Velero provide? (Choose three.)
Options
- AA Helm chart repository
- BAn application Continuous Deployment (CD) tool
- CA Kubernetes resource migration tool
- DA disaster recovery tool
- EA Kubernetes cluster deployment tool
- FA tool to safely perform backups and restores
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C84% (26)
- E10% (3)
Explanation
Velero is an open-source Kubernetes tool purpose-built for three core capabilities: migrating resources between clusters (C), disaster recovery (D), and backup and restore operations (F). It can snapshot cluster state - including namespaces, deployments, PVCs, and more - and replay them into the same or a different cluster, making it ideal for both DR scenarios and cluster-to-cluster migrations.
The distractors are wrong because Velero has no role in those areas:
- A (Helm chart repo) - that's Helm/ArtifactHub
- B (CD tool) - that's Argo CD, Flux, etc.
- E (cluster deployment) - that's tools like kubeadm, Rancher, or EKS/GKE/AKS
Memory tip: Think of Velero as your Kubernetes "safety net" - it Backs up, Restores, and Migrates. If the answer option doesn't relate to protecting or moving existing cluster state, it's not Velero's job.
Topics
Community Discussion
No community discussion yet for this question.