Skip to content

null93/kube-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kube-Switch

Switch between Kubernetes context & namespace using an interactive menu.

MIT License Version 2.0.3 MacOS

About

Similar to kubectx & kubens, but with the ability to pick using arrow keys.

Install (Homebrew)

$ brew install null93/kube-switch/kube-switch
$ bind -x '"\C-k":"kube-switch"'
$ bind -x '"\C-n":"kube-switch -c"'

Build System

# Build binaries, outputs into ./bin
$ make build
# Package, outputs into ./dist
$ make package
# Everything else
$ make help