Installation
Install kOps
Download kOps. Ensure the binary file is executable:
$ chmod 755 kops && mv kops /usr/local/bin/kops
kOps is also available via Homebrew, this will install kubectl as well as a dependency.
$ brew update && brew install kops
Install kubectl
Download kubectl. Ensure the binary file is executable:
$ chmod 755 kubectl && mv kubectl /usr/local/bin/kubectl
kubectl is also available via Homebrew. It should automatically be installed if you install kOps using Homebrew.
$ brew update && brew install kubernetes-cli
(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