D-PDM-DY-23 · Question #56
Which VMware technology is used to back up Kubernetes environments?
The correct answer is D. Velero. Velero is the VMware-originated open-source tool specifically designed to back up, restore, and migrate Kubernetes cluster resources and persistent volumes - making D the correct answer. kubectl (A) is the Kubernetes command-line client for interacting with clusters, not a…
Question
Which VMware technology is used to back up Kubernetes environments?
Options
- Akubectl
- Bkubelet
- CCSI
- DVelero
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- D93% (40)
Explanation
Velero is the VMware-originated open-source tool specifically designed to back up, restore, and migrate Kubernetes cluster resources and persistent volumes - making D the correct answer. kubectl (A) is the Kubernetes command-line client for interacting with clusters, not a backup solution. kubelet (B) is the node-level agent that runs pods; it has no backup functionality. CSI (C) - Container Storage Interface - is a standard for exposing storage to containers, not a backup tool (though Velero can use CSI snapshots as part of its backup mechanism).
Memory tip: Think "Velero" sounds like "velour" - a soft, protective fabric that wraps and preserves things, just like Velero wraps and preserves your Kubernetes state.
Topics
Community Discussion
No community discussion yet for this question.