Kubernetes and Cloud Native Associate (KCNA) — Question 38
What are the initial namespaces that Kubernetes starts with?
Answer options
- A. default, kube-system, kube-public, kube-node-lease
- B. default, system, kube-public
- C. kube-default, kube-system, kube-main, kube-node-lease
- D. kube-default, system, kube-main, kube-primary
Correct answer: A
Explanation
The correct answer is A because these are the standard namespaces created by Kubernetes during initialization. Options B, C, and D include incorrect namespaces or omit essential ones, thus they do not represent the initial set of namespaces in a Kubernetes cluster.