How to connect to Cassandra cluster without LoadBalancer IP

Hi,

I have setup Temporal and Cassandra(5 nodes) on GKE clusters. I am providing the LoadBalancer IP of Cassandra instance in Temporal’s values.yaml. How can we provide I.P. of the all the cassandra nodes in Temporal’s values.yaml instead of only LoadBalancer IP?

We had tried giving external IP of the node it, but didn’t work.

Regards,
Ruchir

Hi, the config supports comma-separated values of nodes you need to connect to via
default.cassandra.config and visibility.cassandra.config params.
Depending on deployment, these can to point to just one of those nodes in your cassandra ring.