OpenPERouter -- Bringing EVPN to Kubernetes
oilbeater.com·9h
Flag this post

Currently, the mainstream choices for implementing multi-tenancy in Kubernetes networking within the community are Kube-OVN and ovn-kubernetes. Essentially, both solutions build an overlay virtual network on top of the physical network using the capabilities of OVS and OVN. This approach is less concerned with the underlying physical network architecture and offers good compatibility. However, the dual-layer network architecture also increases the overall complexity.

Recently, while researching EVPN as a multi-tenancy solution for physical networks, I discovered the open-source project OpenPERouter. It introduces the concept of EVPN into container…

Similar Posts

Loading similar posts...