> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-get/all.md).

# all

The get all command retrieves a comprehensive list of all Kubernetes resources within the cluster. This command provides details on various resource types, including Pods, Services, Deployments, StatefulSets, DaemonSets, Persistent Volume Claims (PVCs), ConfigMaps, and more.

## Usage

```
cldkctl get all [flags]
```

## 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 all
```

3. The command displays all resource types grouped by category, such as Pods, Deployments, Services, Persistent Volumes, and others.

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

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

## Flags

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

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