KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 35


What are the initial namespaces that Kubernetes starts with?

Show Answer
Correct Answer: A

The initial namespaces that Kubernetes starts with are default, kube-system, kube-public, and kube-node-lease. These namespaces are predefined and serve different purposes: 'default' is for user-created resources, 'kube-system' is for system components, 'kube-public' is a publically accessible namespace, and 'kube-node-lease' improves the performance of the node heartbeats as the nodes update their lease objects in this namespace.

Discussion

1 comment
Sign in to comment
Error_2kOption: A
Jan 28, 2024

correct: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/