fzf ❤️ kubectl
- kubectl
- fzf
- pygmentize (for fancy yaml colors)
- bash
- coreutils (sort)
- grep
Make sure the script is on your path, eg.:
mkdir ~/bin
cp kube-fzf ~/bin
Then in your bashrc or zshrc put this line:
export PATH=$PATH:$HOME/bin
Just type kube-fzf
.