https://github.com/karancode/kubepod
Search pods faster in kubectl
https://github.com/karancode/kubepod
kubec kubectl-plugins kubernetes
Last synced: 16 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T15:37:40.000Z (about 7 years ago)
- Last Synced: 2025-08-02T00:14:09.812Z (10 months ago)
- Topics: kubec, kubectl-plugins, kubernetes
- Language: Shell
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- 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 string
kubepod -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
```