Bird
0
0

What is the main characteristic of the kube-public namespace in Kubernetes?

easy📝 Conceptual Q2 of 15
Kubernetes - Namespaces
What is the main characteristic of the kube-public namespace in Kubernetes?
AIt is used for system components only
BIt is readable by all users and used for public info
CIt stores user-created pods by default
DIt is a deprecated namespace
Step-by-Step Solution
Solution:
  1. Step 1: Recall the purpose of kube-public namespace

    The kube-public namespace is created by default and is readable by all users, including those not authenticated.
  2. Step 2: Understand its use case

    It is typically used to store public config or information that should be accessible cluster-wide.
  3. Final Answer:

    It is readable by all users and used for public info -> Option B
  4. Quick Check:

    kube-public = public readable namespace [OK]
Quick Trick: kube-public is readable by everyone [OK]
Common Mistakes:
  • Thinking kube-public stores user pods
  • Assuming it is for system components
  • Believing it is deprecated

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes