Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 574 Bytes

kube-switch

Simple bash script for switching between kubernetes contexts, without too many dependencies. Only requires fzf.

Installation

wget -O ~/.config/kube-switch https://raw.githubusercontent.com/tluijken/kube-switch/main/kube-switch

Place in ~/.zshrc

alias ks=~/.config/kube-switch

Dependencies

FZF

Usage

kube-switch is interactive. Just run ks and interactively select your kubernetes context. image