Kind Project
Cool way for playing with kubernetes - long story short
Install on linux (ofc):
Bash
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.18.0/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
Autocomplete
bash
Add to ~/.bashrc
zsh - autocomplete (create folder ~/.zsh/completion - if doesn't exist)
Usage
Create cluster