Docker Certified Associate (DCA) Exam DCA Question # 34 Topic 4 Discussion

Docker Certified Associate (DCA) Exam DCA Question # 34 Topic 4 Discussion

DCA Exam Topic 4 Question 34 Discussion:
Question #: 34
Topic #: 4

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: Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod's containers as desired.


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.