nerdexam
Dell-EMC

D-PDM-DY-23 · Question #81

Which Kubernetes object can be discovered and added as Asset by PowerProtect Data Manager UI?

The correct answer is C. Namespace. Namespaces are the Kubernetes objects that PowerProtect Data Manager (PPDM) discovers and registers as Assets because they serve as the logical boundary for grouping and isolating workloads within a cluster - making them the natural unit of protection and management. PPDM's…

PowerProtect Data Manager Data Protection

Question

Which Kubernetes object can be discovered and added as Asset by PowerProtect Data Manager UI?

Options

  • APod
  • BPVCs
  • CNamespace
  • DContainer

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    86% (30)
  • D
    9% (3)

Explanation

Namespaces are the Kubernetes objects that PowerProtect Data Manager (PPDM) discovers and registers as Assets because they serve as the logical boundary for grouping and isolating workloads within a cluster - making them the natural unit of protection and management. PPDM's Kubernetes integration works at the namespace level, allowing administrators to define backup policies that capture all the persistent resources within a given namespace.

Why the distractors are wrong:

  • A. Pod - Pods are ephemeral by design; they restart, reschedule, and die frequently, making them unsuitable as stable, discoverable backup assets.
  • B. PVCs - While Persistent Volume Claims are central to data persistence, PPDM doesn't surface them as the top-level discoverable asset; they're managed indirectly through the namespace they belong to.
  • D. Container - Containers are sub-components of Pods, not standalone Kubernetes API objects that a data protection tool would independently discover or target.

Memory tip: Think "Namespace = the fence around your yard." PPDM protects the entire fenced yard (namespace), not individual blades of grass (Pods/Containers) or garden tools (PVCs). One fence = one asset to discover and back up.

Topics

#Kubernetes#namespace discovery#asset management#PPDM UI

Community Discussion

No community discussion yet for this question.

Full D-PDM-DY-23 Practice