Skip to content

Commit

Permalink
Further changes to accommodate the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
frisso authored Dec 10, 2024
1 parent 7342244 commit 4ce629e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap

**tl;dr**
tl;dr

- Liqo **1.0.0-rc3**: December 20th, 2024
- Liqo **1.0.0-rc4**: March 2025
Expand All @@ -12,17 +12,17 @@ Therefore, the Liqo team has decided to publish incremental release candidates f

The most relevant features for this release are the following:

* [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).
- [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).

* [Feature] Fully declarative APIs to configure and control Liqo.
- [Feature] Fully declarative APIs to configure and control Liqo.
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).

* [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).
- [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).

* [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).
- [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).
Moreover, the new `ResourceSlice` CR allows a more granular and flexible control of the resources requested to cluster providers.

* [Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
- [Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
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).
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.

Expand Down

0 comments on commit 4ce629e

Please sign in to comment.