Page cover

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
  1. The command displays all resource types grouped by category, such as Pods, Deployments, Services, Persistent Volumes, and others.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for get all command.

Last updated