Files
kind/images/kindnetd/README.md
Ronald Petty c3df347a51 Update README.md
Fixed broken links.

The links land on a page that tells you to go elsewhere, versus 302 or just landing there. Hopefully preventing future issues if site is gone.
2023-08-08 10:08:27 -07:00

956 B

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.