Skip to content

karancode/kubepod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 <name_pattern>        : list the pod matching the <name_pattern> string

  kubepod -h,--help             : show this message

Installation

macOS

Using Homebrew package manager, currently my local tap.

brew tap kdthanvi/kubepod
brew install kubepod