Install kOps 1.13
Download the proper binary file for your operating system:
kOps V1.13
Make sure the kOps binary file is executable.
chmod 755 kops && mv kops /usr/local/bin/kops
Installing Kubectl Dependencies
Download the proper binary kubectl
file.
Make sure the binary file is executable.
(Optional) Installing AWS CLI
pip install awscli
You can also use Homebrew, although this is not officially supported by AWS.
brew update && brew install awscli