KCSA Overview OF Cloud Native Security Practice Question
Which THREE of the following components are typically the responsibility of the user (rather than the cloud provider) in a managed Kubernetes service (like EKS, GKE, or AKS) under the shared responsibility model?
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
✓
Implementing container image vulnerability management and hardening base images.
In managed Kubernetes, the provider manages the control plane infrastructure and cloud hardware (Cloud layer). The user is responsible for cluster configurations (Cluster), container images (Container), and application source code (Code).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Implementing container image vulnerability management and hardening base images.
Why this is correct
Container image security is the user's responsibility (Container layer).
- ✗
Manufacturing the physical hardware and server racks in the data center.
Why it's wrong here
Physical hardware is managed exclusively by the cloud provider (Cloud layer).
- ✓
Configuring Kubernetes RBAC roles and role bindings.
Why this is correct
RBAC configuration is a user responsibility within the Cluster layer.
- ✓
Writing secure application code and managing third-party dependencies.
Why this is correct
Application code and dependencies are the user's responsibility (Code layer).
- ✗
Applying security patches to the managed cloud control plane master nodes.
Why it's wrong here
Control plane master nodes are managed by the cloud provider in a managed Kubernetes service.
About these practice questions
This KCSA question is part of Courseiva's 319-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.