• Stars
    star
    288
  • Rank 143,818 (Top 3 %)
  • Language
    Shell
  • License
    ISC License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

quick Kubernetes Namespace Switcher

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) or you can manually install it too:

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