Kubernetes Installation Using KOPS on AWS-EC2
Installing
Prerequisite
kubectl is required, see here.
macOS and Linux From Homebrew
brew update && brew install kops
The kops binary is also available via our releases.
GitHub Releases
Linux
curl -Lo kops https://github.com/kubernetes/kops/releases...
im-pd.hashnode.dev3 min read