skipper
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
How to download and setup skipper
Open terminal and run command
git clone https://github.com/zalando/skipper.git
git clone is used to create a copy or clone of skipper 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 skipper https://github.com/zalando/skipper/archive/master.zip
Or simply clone skipper with SSH
[email protected]:zalando/skipper.git