ExamGecko
Question list
Search
Search

Question 10 - 5V0-23.20 discussion

Report
Export

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

A.
By using the kubectl delete persistentvolumeclaim command
Answers
A.
By using the kubectl delete persistentvolumeclaim command
B.
By using the kubectl remove pvc command
Answers
B.
By using the kubectl remove pvc command
C.
Through the SPBM policy engine using the vSphere Client
Answers
C.
Through the SPBM policy engine using the vSphere Client
D.
By unmounting the volume from the VM and deleting it from the vSphere datastore
Answers
D.
By unmounting the volume from the VM and deleting it from the vSphere datastore
Suggested answer: A

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 administrators.

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.

asked 16/09/2024
Ronakkumar Shyani
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first