Skip to content

Instantly share code, notes, and snippets.

@sestok
Created August 26, 2022 18:36
Show Gist options
  • Save sestok/b58e4dfcc788c718cbd66959fa749abf to your computer and use it in GitHub Desktop.
Save sestok/b58e4dfcc788c718cbd66959fa749abf to your computer and use it in GitHub Desktop.
Creating a Kubernetes Cluster on AWS with kops
curl -Lo kops 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-darwin-amd64
chmod +x ./kops
sudo mv ./kops /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment