Open xiaofan-luan opened 1 year ago
Hi @xiaofan-luan some clarifying questions
2. ould we create a new folder under https://github.com/milvus-io/milvus/tree/master/deployments
Hi @reetasingh,
The dockercompose.yaml is maintained by maintainers and I believe it would be a good start to use existing docker-compose.yaml. But current docker compose is only for standalone cluster I guess. For distributed we only support helm and K8s Operator.
I prefer to have a new depolyments. current docker deployment I believe only support standalone
i would like have a docker swarm cluster support
From my previous knowledge, the key challenge of docker swarm is network.
/assign @devMls
I'm not an expert in docker swarm but @zwd1208 might be able to help
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Milvus is now supported to deployed with docker compose, helm charts and kubernetes operator.
Docker Swarm is a container orchestration platform that allows users to manage and scale their applications effortlessly. By adding support for Docker Swarm, Milvus will become more accessible and easier to manage in a distributed environment, enhancing its usability in real-world scenarios.
Describe the solution you'd like.
To finish this issue, we need:
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response