KCSA Kubernetes Cluster Component Security Practice Question
Which TWO of the following mechanisms help secure the kubelet API from unauthorized access and container inspection? (Choose TWO)
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
✓
Enabling Webhook authorization mode so kubelet requests are validated against API server RBAC.
Setting authorization mode to Webhook and disabling anonymous access protect the kubelet API.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enabling Webhook authorization mode so kubelet requests are validated against API server RBAC.
Why this is correct
Webhook authorization delegates authz to the API server.
- ✗
Removing all TLS certificates from the kubelet configuration.
Why it's wrong here
Removing certificates breaks encrypted node communication.
- ✗
Setting kubelet authorization mode to AlwaysAllow.
Why it's wrong here
AlwaysAllow disables proper authorization.
- ✓
Disabling anonymous authentication on the kubelet.
Why this is correct
Disabling anonymous access stops unauthenticated queries.
- ✗
Enabling the kubelet read-only port 10255.
Why it's wrong here
The read-only port exposes unauthenticated data.
About these practice questions
This KCSA question is part of Courseiva's 320-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.