Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karancode/kubepod
Search pods faster in kubectl
https://github.com/karancode/kubepod
kubec kubectl-plugins kubernetes
Last synced: 27 days ago
JSON representation
Search pods faster in kubectl
- Host: GitHub
- URL: https://github.com/karancode/kubepod
- Owner: karancode
- License: apache-2.0
- Created: 2019-04-24T02:31:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T15:37:40.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:13:50.901Z (6 months ago)
- Topics: kubec, kubectl-plugins, kubernetes
- Language: Shell
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kubectl-plugins - kubepod
README
# kubepod
Utility for searching/listing pods faster in kubectl.```
USAGE:
kubepod [options...] [name_pattern...]
OPTIONS:
kubepod : list the pods
kubepod -w,--wide : list pods with wide output
kubepod : list the pod matching the stringkubepod -h,--help : show this message
```## Installation
### macOS
Using [Homebrew](https://brew.sh/) package manager, currently my local tap.
```
brew tap kdthanvi/kubepod
brew install kubepod
```