0
0
Kubernetesdevops~5 mins

Default namespaces overview in Kubernetes - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a namespace in Kubernetes?
A namespace in Kubernetes is like a folder that helps organize and separate resources inside a cluster. It keeps things tidy and avoids conflicts.
Click to reveal answer
beginner
Name the three default namespaces in Kubernetes.
The three default namespaces are: default, kube-system, and kube-public.
Click to reveal answer
beginner
What is the purpose of the default namespace?
The default namespace is where Kubernetes puts your resources if you don't specify any other namespace. It's like the general workspace.
Click to reveal answer
intermediate
What kind of resources are stored in the kube-system namespace?
The kube-system namespace holds system components that run Kubernetes itself, like the scheduler and controller manager. It's for internal cluster tools.
Click to reveal answer
intermediate
Why does Kubernetes have a kube-public namespace?
The kube-public namespace is readable by all users and is used for resources that should be visible to everyone, like cluster info.
Click to reveal answer
Which namespace is used by default when none is specified?
Acustom
Bkube-system
Ckube-public
Ddefault
What type of resources are found in the kube-system namespace?
AUser applications
BKubernetes system components
CPublic cluster info
DTemporary files
Which namespace is readable by all users and used for public cluster information?
Akube-public
Bdefault
Ckube-system
Dadmin
If you want to isolate resources for a project, what should you do instead of using default namespaces?
AUse the default namespace
BDelete default namespace
CCreate a new namespace
DUse kube-public
Which namespace should you avoid modifying directly because it contains critical system components?
Akube-system
Bkube-public
Cdefault
Duser
Explain the roles of the three default namespaces in Kubernetes.
Think about who uses each namespace and what kind of resources they hold.
You got /3 concepts.
    Why is it important to use namespaces in Kubernetes?
    Consider how namespaces help keep things tidy and secure.
    You got /4 concepts.