flannel
flannel is a network fabric for containers, designed for Kubernetes
How to download and setup flannel
Open terminal and run command
git clone https://github.com/flannel-io/flannel.git
git clone is used to create a copy or clone of flannel 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 flannel https://github.com/flannel-io/flannel/archive/master.zip
Or simply clone flannel with SSH
[email protected]:flannel-io/flannel.git