nerdexam
Broadcom-VMware

5V0-23.20 · Question #51

What is the proper way to delete a Persistent Volume Claim?

The correct answer is A. By using the kubectl delete persistentvolumeclaim command. Also, kubectl delete pvc, which is much shorter. DevOps engineers create persistent volume claims to request persistent storage resources. The request provisions a persistent volume object and a matching virtual disk. In the vSphere Client, the persistent volume claim manifests…

Operating and Administering vSphere with Tanzu

Question

What is the proper way to delete a Persistent Volume Claim?

Exhibit

5V0-23.20 question #51 exhibit

Options

  • ABy using the kubectl delete persistentvolumeclaim command
  • BBy using the kubectl remove pvc command
  • CThrough the SPBM policy engine using the vSphere Client
  • DBy unmounting the volume from the VM and deleting it from the vSphere datastore

How the community answered

(35 responses)
  • A
    71% (25)
  • B
    3% (1)
  • C
    9% (3)
  • D
    17% (6)

Explanation

Also, kubectl delete pvc, which is much shorter. DevOps engineers create persistent volume claims to request persistent storage resources. The request provisions a persistent volume object and a matching virtual disk. In the vSphere Client, the persistent volume claim manifests as an FCD virtual disk that can be monitored by vSphere The claim is bound to the persistent volume. The workloads can use the claim to mount the persistent volumes and access storage. When the DevOps engineers delete the claim, the corresponding persistent volume object and the provisioned virtual disk are also deleted.

Topics

#kubectl#PVC#persistent volume claim#delete command

Community Discussion

No community discussion yet for this question.

Full 5V0-23.20 Practice