Courseiva
KCSA
Kubernetes Threat ModeleasyMultiple ChoiceObjective-mapped

KCSA Kubernetes Threat Model Practice Question

An auditor is reviewing the Kubernetes attack surface and notes that a container is running with privileged: true in its securityContext. Which threat model risk does this setting 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 disables container isolation, granting the container root-equivalent access to the underlying host node.

Running a container in privileged mode disables almost all security isolation provided by the Linux kernel, granting the container full access to the host node's devices and kernel capabilities.

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 prevents the container from writing to ephemeral storage volumes.

    Why it's wrong here

    Privileged containers have unrestricted access to storage and devices.

  • It forces the kubelet to restart the container continuously due to failing readiness probes.

    Why it's wrong here

    Privileged settings do not impact readiness probes.

  • It completely disables the Kubernetes DNS resolution service for the pod.

    Why it's wrong here

    DNS resolution is handled via CoreDNS and is unaffected by container privilege settings.

  • It disables container isolation, granting the container root-equivalent access to the underlying host node.

    Why this is correct

    Correct. Privileged mode removes namespace and cgroup restrictions, allowing container escape and direct host compromise.

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 →

How Courseiva writes practice questions · Editorial policy

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.