Skip to content

Releases: apecloud/kbcli

v0.8.4-beta.1

31 May 02:37
Compare
Choose a tag to compare
v0.8.4-beta.1 Pre-release
Pre-release

v0.9.0-beta.24

28 May 05:37
Compare
Choose a tag to compare
v0.9.0-beta.24 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.0-alpha.2...v0.9.0-beta.24

v0.8.4-beta.0

24 May 05:46
4b3ff89
Compare
Choose a tag to compare
v0.8.4-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.3-beta.9...v0.8.4-beta.0

v0.8.3

20 May 01:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.3-beta.17

14 May 03:18
Compare
Choose a tag to compare
v0.8.3-beta.17 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.3-beta.9...v0.8.3-beta.17

v0.9.0-beta.23

13 May 09:03
Compare
Choose a tag to compare
v0.9.0-beta.23 Pre-release
Pre-release

What's Changed

Read more

v0.8.3-beta.9

24 May 02:26
Compare
Choose a tag to compare
v0.8.3-beta.9 Pre-release
Pre-release

Full Changelog: v0.8.2...v0.8.3-beta.9

v0.9.0-alpha.2

28 Mar 05:54
c3f698d
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

What's Changed

Read more

v0.9.0-alpha.1

25 Mar 07:50
b53840e
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

What's Changed

Read more

v0.8.2

20 Mar 09:01
b348c71
Compare
Choose a tag to compare

Highlights

  • Supports Redis Cluster
    KubeBlocks currently supports Redis Sentinel mode, which provides excellent failover experiences. However, since it does not inherently provide data sharding, it may limit the system's horizontal scalability when dealing with large datasets and high read/write operations. Thus, an analytics application that requires rapid aggregation and querying of large volumes of data is a top priority.
    Although the Sentinel mode ensures failover and high availability, all the data still resides on a single Redis instance, subject to its memory and performance limitations. By implementing Redis Cluster support in KubeBlocks, the analytics application can distribute its dataset across multiple Redis nodes (shards), each handling a subset of the data. This not only allows for greater memory distribution but also enables parallel processing, significantly improving the performance of data-intensive operations.

New Features

KubeBlocks

  • Sharding Topology.
  • Support for IPV4/IPV6 dual stack.

Redis

  • Supports camellia-redis-proxy.
    • Currently running on Kubernetes v1.14 and requires testing on v1.24.
    • Better to adopt MetalLB for providing access to cross-cluster applications.
    • Supports exposing frontend connections (with username and password), and configuring external Redis (outside of the Kubernetes cluster).
    • Provides high availability and monitoring features.
  • Supports Redis Cluster.

MongoDB

  • MongoDB Replicaset address supports high availability access from an external Kubernetes cluster (non-direct connection).

Lorry

  • Supports custom command probing for roleProbe.