Skip to main content

Install kOps 1.14

Download the proper binary file for your operating system:

kOps V1.14.1

You can track and download the latest kOps versions using the below link:

kOps releases

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