Skip to content

Does cluster mode support tls ? #1897

Closed Answered by PragmaTwice
joyanhui asked this question in Q&A
Discussion options

You must be logged in to vote

I think firstly I can give a general introduction of cluster mode in Kvrocks.

In Kvrocks, we have almost the same slot design (key distribution model) and cluster mode attributes as Redis, but we don't have a so-called cluster bus like Redis.

So there is almost no connection between cluster nodes. Hence the cluster-announce-bus-port is nothing in Kvrocks.

Currently we support TLS for server-client connections and replication connections. And it's expected to be enough for most situation in cluster mode. But TBH we currently have not supported TLS for slot migration yet. (And I'm not sure if I have some free time in the future to drive it.)

Please refer to https://kvrocks.apache.org/docs/c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by PragmaTwice
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants