I’ve created a new AKS cluster and installed eventstore via its helm chart with the following values:
clusterSize: 3
persistence:
enabled: true
size: 128Gi
``
The TCP connections between the pods seem to be dropping consistently, causing a lot of churn in the master election process (so much so that the pods are eating between 0.5 and 2 cores at idle doing only master election). There are no other workloads running in the cluster, and nothing is attempting to use eventstore, it’s completely idle. The admin UI is available, and one can see the master cycling there as well. The eventstore nodes do not seem to progress past PreReplica. The AKS node size is D4s_v3, if that’s relevant.
Here’s a link to the logs from one of the evenstore nodes
Thanks for any help