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

Istio Support

Open aleclerc-sonrai opened this issue 3 years ago • 2 comments

Hi there, I'm wondering if anyone has gotten a clickhouse installation from the clickhouse-operator working with Istio?

Currently I'm having trouble with the readiness/liveness probe upon startup, likely due to how the ports get bound to 127.0.0.1 instead of 0.0.0.0

aleclerc-sonrai avatar Jul 21 '22 14:07 aleclerc-sonrai

Same, I've got the next cluster configuration after adding istio:

┌─cluster────────┬─shard_num─┬─replica_num─┬─host_name────────┬─host_address──────────────┬─port─┐
│ all-clusters   │         1 │           1 │ chi-test-0-0     │ ipv6:addr:was:here:19bc::d│ 9000 │
│ all-clusters   │         1 │           2 │ chi-test-0-1     │ ipv6:addr:was:here:19bc::7│ 9000 │
│ all-clusters   │         1 │           3 │ chi-test-0-2     │ 127.0.0.1                 │ 9000 │
...

It seems to me that cluster instances self-discovery doesn't go well within ipv6-only aws eks cluster running under istio.

dbazhal avatar Dec 18 '24 20:12 dbazhal

And restarting operator pod helped somewhy - it couldn't resolve replicas services into a proper addresses, but after restart it has gone.

dbazhal avatar Dec 18 '24 21:12 dbazhal