Quick Start
How it Works
Kindnet implements Pod networking on Kubernetes clusters, it uses CNI to provide IP and network interfaces to Pods, but also provide other advanced functionalities like Network Policies, NAT64, DNS caching, fast path acceleration, …
It leverages the host’s network stack for external communication, eliminating the need for complex overlay networks.
Installation
Kindnet can be installed on your cluster using the manifest install-kindnet.yaml
kubectl create -f
https://raw.githubusercontent.com/aojea/kindnet/main/install-kindnet.yaml
Kindnet provides IPAM to the Pods and other functionality like Network Policies, check the documentation for more advanced use cases.