Skip to content
/ kns Public
forked from blendle/kns

quick Kubernetes Namespace Switcher

License

Notifications You must be signed in to change notification settings

spetrashov/kns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kns - quick Kubernetes Namespace Switcher

kns is a very small shellscript that utilizes fzf to switch between Kubernetes namespaces blazing fast. 🔥

Demo

Demo

Installation

To install kns you can just run this command:

curl https://raw.githubusercontent.com/blendle/kns/master/bin/kns -o /usr/local/bin/kns && chmod +x $_

Or use our homebrew tap:

$ brew tap blendle/blendle
$ brew install kns

That's it! Done! 🙌

ktx - the quick context switcher

For those of you that deal with a lot of clusters regularly, there's also ktx to switch between contexts. It does not connect to any api-server, but only displays information from kubectl configuration. It is included in the homebrew package (see above).

About

quick Kubernetes Namespace Switcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%