ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 24 - DCA discussion

Report
Export

Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?

Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B

Explanation:

= The conditions arenot sufficientfor Kubernetes to dynamically provision a persistentVolume, because they aremissingaStorageClassobject. A StorageClass object defines which provisioner should be used and what parameters should be passed to that provisioner when dynamic provisioning is invoked. A persistentVolumeClaim must specify the name of a StorageClass in its storageClassName field to request a dynamically provisioned persistentVolume. Without a StorageClass, Kubernetes cannot determine how to provision the storage for the claim.Reference:

Dynamic Volume Provisioning | Kubernetes

Persistent volumes and dynamic provisioning | Google Kubernetes Engine ...

Dynamic Provisioning and Storage Classes in KubernetesorDynamic Provisioning and Storage Classes in Kubernetes

asked 08/11/2024
DAVID ALCARAZ AZNAR
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first