kots
KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
How to download and setup kots
Open terminal and run command
git clone https://github.com/replicatedhq/kots.git
git clone is used to create a copy or clone of kots 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 kots https://github.com/replicatedhq/kots/archive/master.zip
Or simply clone kots with SSH
[email protected]:replicatedhq/kots.git