all
Last updated

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.
cldkctl get all [flags]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.


This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for get all command.
Last updated