> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-individual/deka-gpu/deka-gpu-vms/namespace-type.md).

# 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.

<table><thead><tr><th width="203">Type Namespace</th><th>Main Function</th><th>Accessibility</th></tr></thead><tbody><tr><td>default</td><td>Default place for user objects if namespace is not specified.</td><td>Accessible only by authorized users.</td></tr><tr><td>kube-node-lease</td><td>Stores leases related to node health for fast detection of node failures.</td><td>Can only be accessed by the Kubernetes system internally.</td></tr><tr><td>kube-public</td><td>Store public information that can be accessed by all users, including anonymous ones.</td><td>Can be read by the public.</td></tr></tbody></table>
