In Kubernetes, a PersistentVolumeClaim (PVC) is used to request and attach a volume to a Pod. A PVC is a resource that allows users to request storage resources without needing to know the details of the underlying storage infrastructure. The PVC is then bound to a PersistentVolume (PV), which represents the actual storage resource.
D. PersistentVolumeClaim
In Kubernetes, a PersistentVolumeClaim (PVC) is used to request and attach a volume to a Pod. A PVC is a resource that allows users to dynamically provision storage based on a StorageClass or bind to an existing PersistentVolume. When a Pod specifies a PVC, the corresponding volume is attached to the Pod, providing persistent storage.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.KCNA Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
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.
shahy0
1 month, 2 weeks ago2211094
3 months ago