kops
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
How to download and setup kops
Open terminal and run command
git clone https://github.com/kubernetes/kops.git
git clone is used to create a copy or clone of kops repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with kops https://github.com/kubernetes/kops/archive/master.zip
Or simply clone kops with SSH
[email protected]:kubernetes/kops.git