KCNA Kubernetes Fundamentals Practice Question
Which TWO statements about Namespaces are correct?
⚠ Common exam trap
The KCNA exam often tests the misconception that namespaces provide automatic network isolation, when in fact they only provide logical grouping and resource quota boundaries, not network segmentation.
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
✓
Resource names must be unique within a namespace
Kubernetes enforces that resource names must be unique within a namespace. This is a fundamental constraint: within a given namespace, you cannot have two resources of the same type (e.g., two Pods) with the same name. This uniqueness allows the API server to resolve resource references unambiguously when using namespaced resources.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Resource names must be unique within a namespace
Why this is correct
Uniqueness is enforced within a namespace.
- ✗
Namespaces provide network isolation by default
Why it's wrong here
Network isolation requires NetworkPolicy.
- ✗
All Kubernetes resources are namespaced
Why it's wrong here
Some resources like Nodes are cluster-scoped.
- ✓
Namespaces provide a way to divide cluster resources between multiple users
Why this is correct
Namespaces are used for resource quota and scoping.
- ✗
You can delete a namespace without affecting the resources inside it
Why it's wrong here
Deleting a namespace deletes all resources inside it.
Visual reference
Go deeper
Related to this question
Learn chapter
Kubernetes Overview and Core Components
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.
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.
About these practice questions
Courseiva writes every KCNA question from scratch — 833 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.