# 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](/cloudeka-api-list/global-flags.md). 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.                            |


---

# 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.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-describe.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.
