Enapter / charts

Enapter Helm Charts
MIT License
48 stars 49 forks source link

[Question] Ring Network instead of Fully-Connected Mesh Network #76

Open joeky888 opened 1 year ago

joeky888 commented 1 year ago

In the line https://github.com/Enapter/charts/blob/master/keydb/templates/secret-utils.yaml#L17 I can see that this chart is using a fully-connected network to form a KeyDB cluster, what if we use a ring network instead, like how Cassandra does? Does it make any sense? Thanks!

image