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:
Open your terminal in the directory containing the cldkctl binary.
Run the following command in your terminal:
./cldkctl get all
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.