Install Kops on your local Kops git repository: here
Prerequisite kubectl is required, see here.
OSX From Homebrew brew update && brew install kops The kops binary is also available via our releases.
Linux 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 Create the AWS s3 Bucket aws s3api create-bucket \ --bucket kubernetes.bucket.aws.s3.name \ --region us-east-1 { "Location": "/kubernetes.