kubectl is required, see here.
brew update && brew install kopsThe kops binary is also available via our releases.
curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
chmod +x kops-linux-amd64
sudo mv kops-linux-amd64 /usr/local/bin/kops- Get
kops-windows-amd64from our releases. - Rename
kops-windows-amd64tokops.exeand store it in a preferred path. - Make sure the path you chose is added to your
Pathenvironment variable.