List of questions
Related questions
Question 165 - DCA discussion
You want to mount external storage to a particular filesystem path in a container in a Kubernetes pod.
What is the correct set of objects to use for this?
A.
a persistentVolume in the pod specification, populated with a persistentVolumeClaim which is bound to a volume defined by a storageClass
B.
a storageClass in the pod's specification, populated with a volume which is bound to a provisioner defined by a persistentVolume
C.
a volume in the pod specification, populated with a storageClass which is bound to a provisioner defined by a persistentVolume
D.
a volume in the pod specification, populated with a persistentVolumeClaim bound to a persistentVolume defined by a storageClass
Your answer:
0 comments
Sorted by
Leave a comment first