Bird
0
0

Why should you create a custom namespace in Kubernetes instead of using the default namespace?

easy📝 Conceptual Q1 of 15
Kubernetes - Namespaces
Why should you create a custom namespace in Kubernetes instead of using the default namespace?
ATo increase the cluster's CPU capacity
BTo disable network policies for all pods
CTo automatically update all pods in the cluster
DTo isolate resources and manage them separately
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of namespaces

    Namespaces help organize and isolate resources within a Kubernetes cluster.
  2. Step 2: Identify the benefit of custom namespaces

    Creating custom namespaces allows separate management and resource isolation for different teams or projects.
  3. Final Answer:

    To isolate resources and manage them separately -> Option D
  4. Quick Check:

    Namespace purpose = Isolation and management [OK]
Quick Trick: Namespaces isolate resources for better management [OK]
Common Mistakes:
  • Thinking namespaces increase CPU capacity
  • Believing namespaces auto-update pods
  • Assuming namespaces disable network policies

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes