clickhouse-operator icon indicating copy to clipboard operation
clickhouse-operator copied to clipboard

Cross-cluster replication

Open djosephsen opened this issue 3 years ago • 0 comments

Heya! Thanks for this great project; quick question:

Currently, it doesn't seem to be possible to configure the operator with clickhouse replication partners outside the local k8s cluster. In other words, I'd like to be able to provide an external fqdn for my <replica> -> <host> 's. Am I missing something? Thanks in advance!

    <testsimple>
      <shard>
        <internal_replication>false</internal_replication>
        <replica>
            <host>some.external.fqdn.com</host>
            <port>9000</port>
        </replica>
      </shard>
    </testsimple>

djosephsen avatar Aug 31 '22 17:08 djosephsen