Exam 3V0-24.25 Topic 1 Question 17 Discussion
Actual exam question for VMware's 3V0-24.25 exam
Question #: 17
Topic #: 1
Question #: 17
Topic #: 1
Which three objects or object types are within the scope of a cluster backup for VMware vSphere Kubernetes Service (VKS)? (Choose three.)
Suggested Answer: A,D,F Vote an answer
VCF 9.0 describes backing up workloads on VKS clusters usingVelero(Velero Plugin for vSphere) and shows the backup command pattern scoping backup content bynamespace(for example, velero backup create ... -- include-namespaces=my-namespace). This demonstrates thatNamespacesare a primary object type within backup scope (you choose which namespace content is captured). The same section explains that after backup execution,Kubernetes metadata is uploaded to the object store. "Kubernetes metadata" in this context includes standard namespaced resources that represent running workloads and how they are exposed, such asServices(a core Kubernetes API object used to provide stable access to pods).
In addition to namespace scoping, Velero's selection model commonly includes filtering backed-up Kubernetes objects using selectors (for example, selecting subsets of resources), which aligns with the
"objects identified by a label selector" option as an object-selection mechanism within the scope of what Velero captures from Kubernetes APIs (metadata/resources) once the namespace is targeted.
Therefore, the best match to the documented Velero workload-backup model is:Namespace,Service, andlabel- selected objectswithin the included namespace(s).
In addition to namespace scoping, Velero's selection model commonly includes filtering backed-up Kubernetes objects using selectors (for example, selecting subsets of resources), which aligns with the
"objects identified by a label selector" option as an object-selection mechanism within the scope of what Velero captures from Kubernetes APIs (metadata/resources) once the namespace is targeted.
Therefore, the best match to the documented Velero workload-backup model is:Namespace,Service, andlabel- selected objectswithin the included namespace(s).
by Bishop at Apr 20, 2026, 01:18 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).