Multiple Mixcoord components in a single deployment #36544
-
Is it possible to have multiple replicas of a mixcoord in a single Milvus K8s cluster? We're seeing some issues in our mixcoord component and since there is only replica it becomes a single point of failure. When the replicas were increased to 2, the new pod keep crashing with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Milvus supports Coordinator HA from 2.3.3: https://milvus.io/docs/coordinator_ha.md#Coordinator-HA Since the coordinators have been merged to mixcoord, we can config the value.yaml like this. And then increase the mixcoord k8s replicas to 2.
|
Beta Was this translation helpful? Give feedback.
-
When does the standby kick in? Is it only when k8s reports that the other node is not healthy or is there an internal health check between the two replicas? |
Beta Was this translation helpful? Give feedback.
Milvus supports Coordinator HA from 2.3.3: https://milvus.io/docs/coordinator_ha.md#Coordinator-HA
Since the coordinators have been merged to mixcoord, we can config the value.yaml like this. And then increase the mixcoord k8s replicas to 2.