-
Notifications
You must be signed in to change notification settings - Fork 13
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
Status/possibility of Kubernetes support #212
Comments
At the moment nobody at the dev team has experience with OpenSlides using Kubernetes. But this is a very interesting scenario ... |
I have experience creating helm charts for deploying software stacks like OpenSlides to Kubernetes clusters.
|
The manage tool has a The second point: We wanted to open the possibility to inject custom initial data during setup. Of course there are other ways to do this. I will move this issue to our manage service repo. Next question for me: Would it be sufficient for you if the backend manage container injects initial data during first startup? |
I know about the Regarding point two: That's great, it would just be neat if there was an environment variable like Regarding your question: As long as no manual action is required during setup and all hostnames / ports used for internal communication between the different services are configurable, I can put together a helm chart without too much of a hassle. |
Is your feature request related to a problem? Please describe.
We are using Kubernetes and the deployment of the docker-compose stack is not applicable to us.
Describe the solution you'd like
I've search through the other issues and I have not find a clear answer, so I've created this issue to hopefully get some more insights.
I've seen the OpenSlides manage service, and as I understand it, it uses docker compose. The readme has a mention of "other container orchestration systems" but nothing else.
Now, before I go and start writing a Helm chart based on the output of the manage tool, I wanted to ask the community if other work has been done already. :)
The text was updated successfully, but these errors were encountered: