- Home
- All questions
- Question 122
CKA study material · question 122 of 1000
Which initial namespace is readable by all clients, including unauthenticated ones?
Show the answer
Answer: C. kube-public
kube-public is readable by every client by convention, and is reserved mostly for cluster-wide public data.
Source: Namespaces (Kubernetes) — Initial namespaces