- Home
- All questions
- Question 821
CKA study material · question 821 of 1000
An admission policy restricts hostPath volumes to a list of approved directories. What else must it require to be effective?
Show the answer
Answer: B. That the mounts are read-only
Directory restrictions are only meaningful alongside a read-only requirement: a read-write host mount granted to an untrusted Pod can be used to subvert the restriction.
Source: Volumes (Kubernetes) — Types of volumes › hostPath