You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ROADMAP.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Roadmap
2
2
3
-
**tl;dr**
3
+
tl;dr
4
4
5
5
- Liqo **1.0.0-rc3**: December 20th, 2024
6
6
- Liqo **1.0.0-rc4**: March 2025
@@ -12,17 +12,17 @@ Therefore, the Liqo team has decided to publish incremental release candidates f
12
12
13
13
The most relevant features for this release are the following:
14
14
15
-
*[Feature] Liqo is now structured in three core modules (*network*, *authentication*, and *offloading*) that are totally independent and can be individually configured and used (e.g. you can enable offloading or resource reflection without necessarily setting up the network connectivity between the clusters, which can be provided by other third-party tools).
15
+
-[Feature] Liqo is now structured in three core modules (*network*, *authentication*, and *offloading*) that are totally independent and can be individually configured and used (e.g. you can enable offloading or resource reflection without necessarily setting up the network connectivity between the clusters, which can be provided by other third-party tools).
16
16
17
-
*[Feature] Fully declarative APIs to configure and control Liqo.
17
+
-[Feature] Fully declarative APIs to configure and control Liqo.
18
18
This approach allows users to support gitops and automation use cases, as Liqo can be completely configured via *CRs*, without necessarily relying on *liqoctl* (e.g., perform peering declaratively).
19
19
20
-
*[Feature] Network module: complete re-design of the network fabric, involving a new communication model *inside* the cluster (i.e., intra-cluster traffic now flows inside the CNI thanks to *node-to-gateway*`geneve` tunnels instead of a *node-to-node*`vxlan` overlay) and a new, simplified model for the inter-cluster connectivity (still based on `wireguard`, but more robust and open to other technologies).
20
+
-[Feature] Network module: complete re-design of the network fabric, involving a new communication model *inside* the cluster (i.e., intra-cluster traffic now flows inside the CNI thanks to *node-to-gateway*`geneve` tunnels instead of a *node-to-node*`vxlan` overlay) and a new, simplified model for the inter-cluster connectivity (still based on `wireguard`, but more robust and open to other technologies).
21
21
22
-
*[Feature] Authentication module: the peering authentication between clusters is now fully declarative, simpler (it does not require exposing a dedicated auth service anymore as well as no API server exposition is necessary from the consumer side), and more robust overall (e.g. fixing a broken peer is easier and fast).
22
+
-[Feature] Authentication module: the peering authentication between clusters is now fully declarative, simpler (it does not require exposing a dedicated auth service anymore as well as no API server exposition is necessary from the consumer side), and more robust overall (e.g. fixing a broken peer is easier and fast).
23
23
Moreover, the new `ResourceSlice` CR allows a more granular and flexible control of the resources requested to cluster providers.
24
24
25
-
*[Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
25
+
-[Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
26
26
This allows, for example, to split the resources of bigger clusters across multiple virtual nodes, or to have nodes with specific resources (e.g. GPUs) or characteristics (e.g. specific architectures).
27
27
It can also be used to share huge resource pools with another cluster while keeping the virtual nodes size quite small, avoiding a "black hole" effect during scheduling.
0 commit comments