Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 956 Bytes

kindnetd

kindnetd is a simple networking daemon with the following responsibilities:

  • IP masquerade (of traffic leaving the nodes that is headed out of the cluster)
  • Ensuring netlink routes to pod CIDRs via the host node IP for each
  • Ensuring a simple CNI config based on the standard ptp / host-local plugins and the node's pod CIDR

kindnetd is based on aojea/kindnet which is in turn based on leblancd/kube-v6-test.

We use this to implement KIND's standard CNI / cluster networking configuration.

Building

cd to this directory on mac / linux with docker installed and run make quick.

To push an image run make push.