mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
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.