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