An Oh My Zsh plugin loading zsh completions for kind and introducing the following aliases:
kcc
: kind create clusterkdc
: kind delete clusterkdca
: kind delete clusters --all
Download:
git clone https://github.com/TomerFi/zsh-kind.git $ZSH_CUSTOM/plugins/zsh-kind
Add:
plugins=(... zsh-kind)