Skip to the content.

18. Kubernetes network

Date: 2023-03-07

Status

Proposed

Context

As we plan the network configuration for our Kubernetes cluster, we need to consider the various network plugins available and select the one that best meets our needs.

Right now, we are using the default network plugin, which is Calico. However, we have identified several CNIs that can provide better performance and security, including Cilium, Weave, and Flannel.

Decision

After evaluating several network plugins, we have decided to use Cilium as our network plugin. We made this decision based on the following factors:

Docs

Consequences

By selecting Cilium as our network plugin, we expect to achieve the following benefits:

References

Changelog