How to download and setup k8s
Open terminal and run command
git clone https://github.com/ericchiang/k8s.git
git clone is used to create a copy or clone of k8s 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 k8s https://github.com/ericchiang/k8s/archive/master.zip
Or simply clone k8s with SSH
[email protected]:ericchiang/k8s.git