Skip to content

Releases: apecloud/kbcli

v0.8.4-beta.1

25 Jun 07:02
Compare
Choose a tag to compare
v0.8.4-beta.1 Pre-release
Pre-release

What's Changed

  • chore: kb install support wait-addons by @ldming in #365

Full Changelog: v0.8.4-beta.0...v0.8.4-beta.1

v0.8.4-beta.0

25 Jun 02:57
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.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.

v0.7.5

14 Mar 05:40
0d970f9
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release

Changelog

  • 0cf08c8 configuration controller support to configurate MaxConcurrentReconciles

v0.7.4-beta.0

13 Mar 04:11
0d970f9
Compare
Choose a tag to compare
v0.7.4-beta.0 Pre-release
Pre-release

Changelog

  • fb26daa chore: support to configurate the qps and burst for client config

v0.7.4

13 Mar 10:21
0d970f9
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Changelog

  • fb26daa chore: support to configurate the qps and burst for client config