kubectl-all
February 15, 2019 · View on GitHub
Motivation
- Kubectl get all - list's a subset of all the resources available, wanted to make all the resources visible.
Installation
Dependencies
- bash
With krew (recommended)
kubectl krew install all
kubectl all
Without krew
- Copy
all.shto a file calledkubectl-all - Run
chmod +x kubectl-all - Add the path to directory in your PATH"`
- Test
kubectl all
Features
- list all resources in the default namespace
- list all resources within a specific namespace
Usage
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