Container Network Interfaces (CNIs)
None
Warning
This option is not supported yet.
Default
The Default
CNI is the default Container Network Interface plugin that is bundled with the Kubernetes distribution you are using. It is often a basic CNI plugin with limited features.
Because the Native
distribution varies depending on the Provider
, the CNI is determined by the Provider
and Distribution
you are using.
Provider | Distribution | Default CNI |
---|---|---|
Docker | Native (Kind) | kindnetd |
Docker | K3s (K3d) | flannel |
Podman | Native (Kind) | kindnetd |
Podman | K3s (K3d) | flannel |
Cilium
Using the Cilium CNI will create a Kubernetes cluster with the Cilium CNI plugin installed. It works with all combinations of Provider
and Distribution
that are supported by KSail.