Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam DCA All Questions
Exam DCA All Questions

View all questions & answers for the DCA exam

Docker Certified Associate DCA Question # 45 Topic 5 Discussion

DCA Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.

Will this strategy successfully accomplish this?

Solution: Create a PersistentVolume with storageciass: "" and hostPath: /data, and a persistentVolumeClaim requesting this PV. Then use that PVC to populate a volume in a pod


A.

Yes


B.

No


Get Premium DCA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.