Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Docker Exam DCA Topic 7 Question 69 Discussion

Actual exam question for Docker's DCA exam
Question #: 69
Topic #: 7
[All DCA Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Belen
3 days ago
But wouldn't using a persistentVolume directly in the pod specification provide more flexibility and control over the storage?
upvoted 0 times
...
Diego
8 days ago
I disagree, I believe the correct set of objects to use is D) a volume in the pod specification, populated with a persistentVolumeClaim bound to a persistentVolume defined by a storageClass.
upvoted 0 times
...
Belen
10 days ago
I think the correct set of objects to use is A) a persistentVolume in the pod specification, populated with a persistentVolumeClaim which is bound to a volume defined by a storageClass.
upvoted 0 times
...

Save Cancel