List of questions
Related questions
Question 81 - DCA discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first