https://github.com/null93/kube-switch
Switch between Kubernetes context & namespace using an interactive menu.
https://github.com/null93/kube-switch
kubernetes kubernetes-context kubernetes-namespace
Last synced: 3 months ago
JSON representation
Switch between Kubernetes context & namespace using an interactive menu.
- Host: GitHub
- URL: https://github.com/null93/kube-switch
- Owner: null93
- License: mit
- Created: 2020-06-10T06:55:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:47:42.000Z (4 months ago)
- Last Synced: 2025-01-17T05:27:36.272Z (4 months ago)
- Topics: kubernetes, kubernetes-context, kubernetes-namespace
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kube-Switch
> Switch between Kubernetes context & namespace using an interactive menu.

### About
Similar to [kubectx](https://github.com/ahmetb/kubectx) & [kubens](https://github.com/ahmetb/kubectx), but with the ability to pick using arrow keys.
### Install (Homebrew)
```shell
$ brew install null93/kube-switch/kube-switch
$ bind -x '"\C-k":"kube-switch"'
$ bind -x '"\C-n":"kube-switch -c"'
```### Build System
```shell
# Build binaries, outputs into ./bin
$ make build
# Package, outputs into ./dist
$ make package
# Everything else
$ make help
```