# cldkctl describe

The describe command is used to display detailed information about a specific Kubernetes resource — including metadata, status, configuration, and runtime details. It provides a more complete view than a simple get command, making it useful for debugging or inspecting the state of resources such as pods, services, deployments, and volumes.

## Usage

```
cldkctl describe [flags]
```

```
cldkctl describe [subcommand] [flags]
```

## Available command

| Command                 | Description                                  |
| ----------------------- | -------------------------------------------- |
| `clusterrole`           | View details about a ClusterRole             |
| `clusterrolebinding`    | View details about a ClusterRoleBinding      |
| `configmap`             | View details about a ConfigMap               |
| `daemonset`             | View details about a DaemonSet               |
| `datavolume`            | View details about a Data Volume             |
| `deployment`            | View details about a Deployment              |
| `ingress`               | View details about an Ingress resource       |
| `ingressclass`          | View details about an Ingress Class          |
| `persistentvolume`      | View details about a Persistent Volume       |
| `persistentvolumeclaim` | View details about a Persistent Volume Claim |
| `pod`                   | View details about a Pod                     |
| `role`                  | View details about a Role                    |
| `secret`                | View details about a Secret                  |
| `service`               | View details about a Service                 |
| `serviceaccount`        | View details about a Service Account         |
| `statefulset`           | View details about a StatefulSet             |

## 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 the describe command.                     |
| `-n, --namespace string` | Specify the Kubernetes namespace for the resource. |
| `-p, --project string`   | Specify the project ID.                            |
