Skip to content

Network components

The network solution provided by DCE 5.0 is an optimized combination of current mainstream open source network components, which can meet the needs of various complex cases.

Currently, the network components supported by DCE 5.0 include:

  • Calico: Virtual Router implemented based on Linux kernel technology to complete data plane forwarding.
  • Cilium: Network solution based on eBPF kernel
  • Contour: An open source Kubernetes Ingress controller that uses Envoy as the data plane.
  • f5networks: Fully control the F5 devices, synchronize the service and ingress configurations in the cluster to the F5 hardware devices, and realize the load balancing of the northbound ingress of the cluster.
  • Ingress-nginx: Ingress controller hosted by the Kubernetes community, using nginx as a reverse proxy and load balancer.
  • MetalLB: Kubernetes load balancer solution for Bare Metal.
  • Multus-underlay: Multi-NIC solution based on Multus with Macvlan + SR-IOV CNI.
  • Spiderpool: Automatically manage IP resources
  • Submariner: Cross-cluster network communication solution.
  • Aliyun CNI: CNI plugin running on Alibaba Cloud, providing stable and high-performance support for advanced features such as Kubernetes network policy and flow control.

Note

All the above components such as CNI and Ingress can be installed on demand.

Comments