Namespace Type
Namespaces are used to group resources in a cluster. There are three namespace options available and the following table is to understand the use of each namespace used.
Type Namespace
Main Function
Accessibility
default
Default place for user objects if namespace is not specified.
Accessible only by authorized users.
kube-node-lease
Stores leases related to node health for fast detection of node failures.
Can only be accessed by the Kubernetes system internally.
kube-public
Store public information that can be accessed by all users, including anonymous ones.
Can be read by the public.
Last updated