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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-notebook/namespace-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
