felix
Project Calico's per-host agent Felix, responsible for programming routes and security policy.
How to download and setup felix
Open terminal and run command
git clone https://github.com/projectcalico/felix.git
git clone is used to create a copy or clone of felix 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 felix https://github.com/projectcalico/felix/archive/master.zip
Or simply clone felix with SSH
[email protected]:projectcalico/felix.git