# clusterrole

The get clusterrole command retrieves a list of all ClusterRoles in the Kubernetes cluster. ClusterRoles define permissions at the cluster level, allowing access to resources across namespaces.

## Usage

{% hint style="info" %}
cldkctl get clusterrole \[flags]
{% endhint %}

## Steps

Follow the steps below to run and view the result of this command:

1. Open your terminal in the directory containing the cldkctl binary.
2. Run the following command in your terminal:

```
./cldkctl get clusterrole
```

3. The command displays a list of ClusterRoles along with their creation dates.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FInyClI2x9aWCLVLHXyKe%2Funknown.png?alt=media&#x26;token=8b82a765-f355-45d7-9393-431c6a3aa3fd" alt=""><figcaption></figcaption></figure>

| Column     | Description                                                   |
| ---------- | ------------------------------------------------------------- |
| Name       | Displays the name of each ClusterRole defined in the cluster. |
| Created At | Shows the date when the ClusterRole was created.              |

## Flags

{% hint style="info" %}
This command supports[ global flags.](https://docs.cloudeka.ai/cloudeka-api-list/global-flags) Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description                       |
| ---------- | --------------------------------- |
| -h, --help | Help for get clusterrole command. |
