Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ROADMAP for the next (0.11) release #2299

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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.
Loading