Study. uk . com
  1. Home
  2. All questions
  3. Question 122

CKA study material · question 122 of 1000

Which initial namespace is readable by all clients, including unauthenticated ones?

  1. kube-system
  2. default
  3. kube-public
  4. kube-node-lease
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

Challenge yourself on this topic → Study as cards