zilliztech / milvus-operator

The Kubernetes Operator of Milvus.
https://milvus.io
Apache License 2.0
33 stars 20 forks source link

What is the difference between milvus operator and milvus helm? #57

Open Uijeong97 opened 6 months ago

Uijeong97 commented 6 months ago

I'm curious about the role of the operator. Is it different from a Helm deployment?

It states that the milvus operator supports high availability. I was wondering if it also offers features not supported by milvus helm. For example, query node graceful shutdown.

haorenfsa commented 6 months ago

Yes, milvus-operator aims to support rolling update without downtime. For now, there is still about 60s down time when rolling coordinators, and we will keep polishing this feature.

There're some other features to be scheduled, like data migration between Milvus clusters, database snapshots & recover, which are already available in Zilliz Cloud. We may bring them up to operator someday.