- Home
- All questions
- Question 591
CKA study material · question 591 of 1000
You want a RoleBinding to cover every ServiceAccount in the qa namespace. Which subject expresses that?
Show the answer
Answer: C. A Group named system:serviceaccounts:qa
ServiceAccount usernames use the singular system:serviceaccount: prefix; the groups that cover a whole namespace use the plural system:serviceaccounts: form.
Source: Using RBAC Authorization (Kubernetes) — Referring to subjects