Install kOps 1.12
Installing kOps Binaries
Download the proper binary file for your operating system:
kOps V1.12.1
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.
chmod 755 kubectl && mv kubectl /usr/local/bin/kubectl
(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