-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to deploy based on kubernetes? #864
Comments
kustomize would be nice too |
@KevinHuSh Are there any updates on this feature? I have converted all the Docker Compose files to YAML format. If this feature is still being addressed, I can take care of this task and use Helm to make it easier to install on Kubernetes. |
@janineguo maybe submit a PR for this? would love to have this as well! |
Not any updates yet. |
I'm working on creating a helm chart for RAGFlow. I have some questions about the version of dependencies, like MySQL, redis, MinIO and so on. Whether there's a specific version of these dependencies? Or just using the latest version is OK? |
I think latest version is OK. |
would be nice 👌 |
It would help to have a docker-compose / containers that run a single process /service per container i.e. server, task manager etc instead of all of them together. Once that is done a helm chart can be generated by claude.ai in minutes. I think having services segregated in the main repo docker-compose would really help to maintain integrity. |
@nakroy docker-compose.yml records the version of dependencies(MySQL, redis, MinIO, ElasticSearch) |
I get it. Last two weeks I use deployments yaml files to deploy RAGFlow and it works. One little problem would be the |
I'll provide you with an idea. Use the 'docker compose config' command to export the configuration to a file, and then use the 'kompose convert -f file -o path' command to get the desired deployment, daemonset, service, and pvc. If needed, I can provide a PR after adjusting the Values file. |
Describe your problem
How to deploy based on kubernetes? What I mean is that ragflow is currently supported to be deployed through docker-compose. When will it be supported to deploy ragflow through helm charts or yaml files?
The text was updated successfully, but these errors were encountered: