# Security and User Management

You can add user groups and assign permissions for Public and Private Node Pools with the **Kubernetes Manager** in [<mark style="color:blue;">DCD</mark>](https://docs.ionos.com/cloud/support/general-information/glossary-of-terms#data-center-designer-dcd).

{% tabs %}
{% tab title="Public Node Pools" %}
In the clusters for Public Node Pools, nodes only have external IP addresses, which means that the nodes and pods are exposed to the internet.

### Set up security settings

To set up the security settings, follow these steps:

1. In the **DCD**, go to **Menu** > **Containers** > **Managed Kubernetes**.
2. In **Kubernetes Manager**, select a cluster.
3. Go to the **Security** tab and click **Visible to Groups**.
4. To enable access, select the **Edit** or **Share** checkbox for a group.

{% hint style="info" %}
**Note:** To disable access, select the group for which you want to disable access. Clear either the **Edit** or **Share** checkboxes. You can also directly click **Remove Group**.
{% endhint %}

![Select the permissions for Groups](/files/sXd4u1exwz9wJTJ8VYBC)

{% hint style="success" %}
**Result:** The cluster for Public Node Pools now has the newly assigned permissions.
{% endhint %}
{% endtab %}

{% tab title="Private Node Pools" %}
In the clusters for Private Node Pools, nodes only have internal IP addresses, which means that the nodes and pods are isolated from the internet. Internal IP addresses for nodes come from the primary IP address range of the subnet you choose for the cluster.

### Set up security settings

To set up the security settings, follow these steps:

1. In the **DCD**, go to **Menu** > **Containers** > **Managed Kubernetes**.
2. In **Kubernetes Manager**, select a cluster.
3. Go to the **Security** tab and click **Visible to Groups**.
4. To enable access, select the **Edit** or **Share** checkbox for a group.

{% hint style="info" %}
**Note:** To disable access, select the group you want to disable the access for. Clear either the **Edit** or **Share** checkboxes. You can also directly click **Remove Group**.
{% endhint %}

![Select the permissions for Groups](/files/sJE0D0Rdf4QyBkvePIEO)

{% hint style="success" %}
**Result:** The cluster for Private Node Pools now has the newly assigned permissions.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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.ionos.com/cloud/containers/managed-kubernetes/how-tos/security-and-user-management.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.
