easykubectl

List all ConfigMaps across every namespace in the cluster

command

kubectl get configmaps --all-namespaces

Command breakdown

Part of the Kubernetes CLI (kubectl) — ConfigMaps & Secrets category.

kubectlgetconfigmaps--all-namespaces
FlagPurpose
--all-namespacesBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →