We are trying to install weaviate on VM’s with storage volumes attached (persistent disk) instead of k8s installation and we are looking for multi-DC replication.
Please suggest
How to setup replication on VM based installation ?
Is there any way we can have active - active replication setup across multiple k8s clusters spread across multi data center setup ?
AFAIK, as long as each node can communicate with each other, they will replicate, considering that the collection is set up accordingly (replication factor).
Of course, the communication between each node will have more latency as they are across DC, but that is expected.
Can you share the details on the parameters to be used in weaviate.conf.json to enable replication between three standalone weaviate instances host1, host2, host3 ?
will add similarly for other nodes of the cluster.
But the problem here is, i want to add all these parameters into a config file not with the export commands. I don’t see any of the documents covering the actual parameter names to add into a conf file.
example what’s the key name for “CLUSTER_DATA_BIND_PORT” when adding to a yaml file ? Where i can get that information.