# Manage a namespace

From the menu select **Namespaces** then select the namespace you want to manage.

<figure><img src="/files/rilkBgesnfdqME39whxz" alt=""><figcaption></figcaption></figure>

Here you can view details about the namespace and configure options specific to the namespace.

## Resource Quota

Toggle on **Resource assignment** to enable quotas for this namespace, then define the memory and CPU limits. The current resource reservation and usage for the namespace will be displayed when a limit is set.

<figure><img src="/files/VKdiuA4Z2nuruPkS9wit" alt=""><figcaption></figcaption></figure>

## Load balancers

With this setting you can configure the amount of external load balancers that can be created in this namespace.&#x20;

{% hint style="info" %}
This option only appears when **Allow users to use external load balancer** is enabled in the [cluster setup](/user/kubernetes/cluster/setup.md#allow-users-to-use-external-load-balancer).
{% endhint %}

<figure><img src="/files/rxWSODxiVHqLjtLi7hVB" alt=""><figcaption></figcaption></figure>

## Networking

This section lets you define which ingress controllers are allowed to be used to publish applications within this namespace. Check the boxes next to the ingresses you want to allow and click **Allow selected**, or click **Disallow selected** to disallow their use in this namespace.

{% hint style="info" %}
This section is only visible when **Configure ingress controller availability per namespace** is enabled in the [Cluster Setup](/user/kubernetes/cluster/setup.md#networking-ingresses).
{% endhint %}

<figure><img src="/files/5EbmmaczQfRBmkjBTDzG" alt=""><figcaption></figcaption></figure>

## Registries

You can define the registries that are available within this namespace in this section. Select the registries from the **Select registries** dropdown to allow access.

<figure><img src="/files/KOcpO0No7wwNs2lDAZfy" alt=""><figcaption></figcaption></figure>

## Storage

For each storage option available in the cluster, you can configure quotas for this namespace to limit usage.

<figure><img src="/files/oCMgAoGTF0O5BhZP9gy2" alt=""><figcaption></figcaption></figure>

## Summary

If you have made changes to the configuration, this section will list those changes.

<figure><img src="/files/gEwzGGIbtrtgZqqnPj94" alt=""><figcaption></figcaption></figure>

## Actions

Once you have made the necessary changes, click **Update namespace**. Here you can also flag the namespace as a system namespace by clicking **Mark as system**.

<figure><img src="/files/zzbXtVv4VMN7GqWb65Ri" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/user/kubernetes/namespaces/manage.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.
