Categorygithub.com/null93/kube-switch
module
0.0.0-20250122044605-c63e15484361
Repository: https://github.com/null93/kube-switch.git
Documentation: pkg.go.dev

# README

Kube-Switch

Switch between Kubernetes context & namespace using an interactive menu.

MIT License Version 2.1.1 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

# Packages

No description provided by the author
No description provided by the author