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:
Open your terminal in the directory containing the cldkctl binary.
Run the following command in your terminal:
./cldkctl get allThe command displays all resource types grouped by category, such as Pods, Deployments, Services, Persistent Volumes, and others.


Flags
Flag
Description
-h, --help
Help for get all command.
Last updated
