Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kajanth/kubectl-all
kubectl plugin to list all resources in given namespace
https://github.com/kajanth/kubectl-all
kubectl-plugins kubernetes
Last synced: 2 months ago
JSON representation
kubectl plugin to list all resources in given namespace
- Host: GitHub
- URL: https://github.com/kajanth/kubectl-all
- Owner: kajanth
- Created: 2019-02-15T14:42:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T14:49:10.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T06:13:46.309Z (6 months ago)
- Topics: kubectl-plugins, kubernetes
- Language: Shell
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kubectl-plugins - kubectl-all
README
# kubectl-all
## 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](https://github.com/GoogleContainerTools/krew) (recommended)
```sh
kubectl krew install all
kubectl all
```### Without krew
* Copy `all.sh` to a file called `kubectl-all`
* Run `chmod +x kubectl-all`
* Add the path to directory in your $PATH. eg `export PATH="/path/to/dir:$PATH"`
* Test `kubectl all`## Features
* list all resources in the default namespace
* list all resources within a specific namespace## Usage
```sh
kubectl all resources : list all resources in the default namespacekubectl all -h | --help : Usage of this command line
kubectl all resources : list all namespaced resources
```