nerdexam
Broadcom-VMware

2V0-13.25 · Question #109

Which type of storage is used by VKS pods to store non-persistent data?

The correct answer is D. Ephemeral storage. According to the VMware Cloud Foundation 9.0.4 Architecture and Design Guide, vSphere Pods (which support VMware Kubernetes Service or VKS clusters) use three types of storage: ephemeral VMDKs, persistent volume VMDKs, and container image VMDKs. The document explicitly states…

Section 1 – Define VMware Cloud Foundation Solutions

Question

Which type of storage is used by VKS pods to store non-persistent data?

Options

  • AContainer image storage
  • BvSphere local storage
  • CObject storage
  • DEphemeral storage

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    4% (2)
  • D
    94% (50)

Explanation

According to the VMware Cloud Foundation 9.0.4 Architecture and Design Guide, vSphere Pods (which support VMware Kubernetes Service or VKS clusters) use three types of storage: ephemeral VMDKs, persistent volume VMDKs, and container image VMDKs. The document explicitly states: > "A vSphere Pod requires ephemeral storage to store such Kubernetes objects as logs, emptyDir volumes, and ConfigMaps during its operations. This ephemeral, or transient, storage lasts as long as the pod continues to exist." Ephemeral storage is non-persistent by design and is deleted once the pod lifecycle ends. It provides temporary space for data that doesn't need to persist beyond the pod's lifespan, such as application logs, temporary caches, or transient compute data. This aligns with Kubernetes' ephemeral storage model integrated into vSphere infrastructure. Persistent workloads, by contrast, utilize storage policies and vSphere CNS-backed persistent volumes. Therefore, ephemeral storage is the correct type for non-persistent pod data.

Topics

#VKS storage#ephemeral storage#pod storage#non-persistent data

Community Discussion

No community discussion yet for this question.

Full 2V0-13.25 Practice