- Home
- All questions
- Question 842
CKA study material · question 842 of 1000
Which Pod field sets the group that owns the files in a Pod's mounted volumes?
Show the answer
Answer: A. spec.securityContext.fsGroup
fsGroup on the Pod's security context controls volume file group ownership; runAsGroup sets the process group, which is a different question.
Source: Volumes (Kubernetes) — File owner › Group ownership (GID)