Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```