- Kubectl get all - list's a subset of all the resources available, wanted to make all the resources visible.
 
- bash
 
With krew (recommended)
kubectl krew install all
kubectl all- Copy 
all.shto a file calledkubectl-all - Run 
chmod +x kubectl-all - Add the path to directory in your $PATH. eg 
export PATH="/path/to/dir:$PATH" - Test 
kubectl all 
- list all resources in the default namespace
 - list all resources within a specific namespace
 
kubectl all resources                 : list all resources in the default namespace
kubectl all -h | --help               : Usage of this command line
kubectl all resources <namespace>     : list all namespaced resources