KCSA Kubernetes Security Fundamentals Practice Question
Which THREE conditions must be met for a RoleBinding to successfully grant permissions to a ServiceAccount?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The RoleBinding and Role must reside in the same namespace (if using a Role).
A RoleBinding requires a valid Role/ClusterRole reference, valid subjects (ServiceAccount), and must exist in the correct namespace (for RoleBindings).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The kubelet must restart to load the binding.
Why it's wrong here
RBAC updates are handled dynamically by the API server.
- ✓
The RoleBinding and Role must reside in the same namespace (if using a Role).
Why this is correct
Namespaced RoleBindings and Roles must be in the same namespace.
- ✓
The RoleBinding must reference an existing Role or ClusterRole.
Why this is correct
RoleBindings must point to valid role definitions.
- ✗
The ServiceAccount must have cluster-admin privileges.
Why it's wrong here
ServiceAccounts do not need cluster-admin to be bound via RoleBindings.
- ✓
The ServiceAccount subject must be correctly specified with its name and namespace.
Why this is correct
Subjects require correct naming and namespace scoping.
About these practice questions
One of 319 original KCSA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official CNCF / Linux Foundation exam blueprint
This KCSA practice question is part of Courseiva's free CNCF / Linux Foundation certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCSA exam.