KCNA Kubernetes Fundamentals Practice Question
Which TWO statements about Namespaces are correct?
⚠ Common exam trap
CNCF often tests the misconception that Namespaces provide strong security isolation by default, when in reality they only offer logical separation and require explicit NetworkPolicies and RBAC for security.
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
✓
Namespaces provide a way to divide cluster resources among multiple users
Namespaces in Kubernetes provide a mechanism for partitioning a single cluster into multiple virtual clusters, enabling resource quota management and access control for different users or teams. This allows administrators to divide cluster resources (like CPU, memory, and storage) among multiple users via ResourceQuotas and LimitRanges, without requiring separate physical clusters.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Namespaces provide a way to divide cluster resources among multiple users
Why this is correct
Namespaces enable resource quotas and access control scoping.
- ✗
Namespaces act as a strong security boundary by default
Why it's wrong here
NetworkPolicies and RBAC are needed for security; namespaces alone do not isolate.
- ✓
Namespaces help organize objects in a cluster
Why this is correct
They provide a scope for naming and grouping resources.
- ✗
Every resource must be created in a namespace
Why it's wrong here
Cluster-scoped resources like Nodes and PersistentVolumes are not namespaced.
- ✗
Resources in different namespaces cannot communicate with each other
Why it's wrong here
By default, Pods can communicate across namespaces.
Go deeper
Related to this question
Learn chapter
Kubernetes Overview and Core Components
Key term
Namespaces
A Namespace in Kubernetes is a virtual cluster within a physical cluster that allows you to organize and isolate resources, like an apartment building with separate units for different tenants.
Key term
ReplicaSet and Replication
A ReplicaSet ensures a specified number of identical pod instances are running at all times in Kubernetes, using replication to maintain availability and stability.
About these practice questions
One of 833 original KCNA 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 by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This KCNA practice question is part of Courseiva's free CNCF 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 KCNA exam.