Skip to content

v0.3.0

Choose a tag to compare

@adamjensenbot adamjensenbot released this 15 Sep 13:35
· 1772 commits to master since this release

Changelog

v0.3.0 (2021-09-15)

🚀 New Features

  • Support for deployments spanning across more than two clusters. Users can now seamlessly deploy and use applications on multiple clusters without modification. This is obtained through a brand new IPAM and an improved endpointSlice reflection logic.
  • Label-based cluster selectors: clusters can now be identified by user-defined labels. This mechanism automatically allows to automatically (1) constrain the pod scheduling and (2) export services in selected clusters. Try it out in a new advanced tutorial!
  • Improved UX: Liqo now has a new command-line interface, liqoctl, to simplify the installation process and handle the peering of new clusters. You can start your multi-cluster journey in just 2 commands.
  • Amazon EKS support: EKS joins the set of Liqo supported platforms. Try it out!
  • HA Network Gateway: Active-Passive availability for the cross-cluster interconnection.
  • More Secure: Liqo implements a new permission management system and organizes the namespaces on the remote clusters in tenants using an integration with the Capsule. This allows (1) to reduce the number of privileges required when performing a peering and (2) to provide access only to the replicated namespace on the remote cluster.

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator