Docker Certified Associate (DCA) Exam DCA Question # 50 Topic 6 Discussion

Docker Certified Associate (DCA) Exam DCA Question # 50 Topic 6 Discussion

DCA Exam Topic 6 Question 50 Discussion:
Question #: 50
Topic #: 6

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

Will this strategy successfully accomplish this?

Solution. Create a Persistent VolumeClaim requesting storageClass:”” (which defaults to local storage) and hostPath: /data, and use this 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.