Good morning, team.
I've scaled ClickHouse to 2 replicas using StatefulSets. However, I notice that the information between these StatefulSets is not replicating correctly. Our goal is to achieve high availability in the database, as we are moving to production and want to maximize availability.
Here is my current configuration in the ClickHouse installations:
spec:
configuration:
clusters:
- layout:
replicasCount: 2
shardsCount: 1
name: cluster
templates:
podTemplate: pod-template
...