diff --git a/ROADMAP.md b/ROADMAP.md index 1708da0058..261ec42061 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,6 @@ # Roadmap -Planned features for the next release (v0.10, expected October 2023) include the following: +The roadmap for the next release (v0.11, expected February 2024) is the following: -* Support for inter-cluster networking security policies. -* Support High Availability (active-passive) for VirtualKubelet. -* Initial components for Network modularity. +* [Feature] Complete re-design of the network fabric, involving a new communication model _inside_ the cluster (i.e., pod-based communication instead of host-based services; geneve instead of vxlan) and a new, simplified model for the intra-cluster connectivity (still based on Wireguard, but more robust and open to other technologies). +* [Feature] CRD-based network modularity. All the network components can be individually controlled with new CRDs, hence enabling the different components of Liqo to be turned on/off and configured in a more granular way.