# Managing Profiles

## Enable Profile Agent on Cluster

Before you can deploy a PMK RBAC profile on to a cluster, you need to enable the PMK profile agent for that cluster. You can do this when creating a new cluster by including the Profile Agent in the cluster creation wizard. Use the advanced cluster creation wizard in the PMK UI, select your Kubernetes version to be 1.21 or higher, and the Profile engine option will become visible to you in the wizard under Application & Container Settings. Check the box next to that option to enable that feature.

## Deploy a Profile to a Cluster

In the RBAC Profile tab, users can deploy a profile by clicking on the radio button to select the specific profile name, then click on the

button. This opens a new window where we can review the profile summary, the name of the cluster it will be applied to, and the number of roles that will be applied. Next, select the cluster to apply the profile to. And finally, click thebutton again to implement the change.

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

Note that we can also click on

button to show what effect the change will have.

{% hint style="info" %}
**Info**

RBAC profiles can only be deployed onto clusters with Kubernetes version 1.21 and newer that have Profile Agent installed.
{% endhint %}


---

# 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.platform9.com/managed-kubernetes/5.7/rbac-profiles/managing-profiles.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.
