KCSA Kubernetes Security Fundamentals Practice Question
You are auditing a Kubernetes cluster and notice that a specific ServiceAccount has been granted the 'impersonate' verb on users. What security risk does this permission introduce?
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
✓
It allows the ServiceAccount to act as any user or service account, leading to privilege escalation.
The 'impersonate' verb allows the holder to act as other users or service accounts, effectively escalating their privileges to match any identity they can impersonate.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
It automatically generates valid X.509 client certificates for cluster nodes.
Why it's wrong here
Impersonation does not issue client certificates.
- ✗
It allows the pod to intercept network traffic of other pods on the same node.
Why it's wrong here
Impersonation is an RBAC API verb, not a networking or packet-inspection capability.
- ✗
It permits the ServiceAccount to bypass the Kubernetes API server and write directly to etcd.
Why it's wrong here
Impersonation is strictly an API server feature and does not grant direct etcd access.
- ✓
It allows the ServiceAccount to act as any user or service account, leading to privilege escalation.
Why this is correct
Impersonation grants the ability to assume other identities, bypassing standard RBAC restrictions if high-privilege identities can be assumed.
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.