-
Notifications
You must be signed in to change notification settings - Fork 1
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 a dolt cluster in k8s? #1
Comments
Hi @chicco785! Thanks for your interest in dolt. We don't currently have published guidance on running a cluster in kubernetes. I can provide some guidance on how we've typically gone about it recently, but I can't guarantee it will meet all your use cases. We typically deploy it as a statically sized We use three
Currently I've scratched together some example manifests for possible deployment in a gist here: https://gist.github.com/reltuk/8a97771e8b46dd32e47c80ef0c3645f7 You can also see how some kubernetes API objects come together for some test deployments in the e2e tests of this project. For example, here is where we create a typical simple StatefulSet of pods which will replicate amongst each other: doltclusterctl/e2e/statefulset_test.go Line 185 in 09d3026
Very happy to answer any further questions you have here. As cluster replication becomes more mature, we hope to add more guidance to how to use it ergonomically from within a Kubernetes to our official documentation. |
More than enough to start :) in case we are going to use dolt in our products we may have resources to deliver an helm chart to the community. Would that be of interest for you guys? thx a lot! |
Absolutely! We would love to collaborate on some Helm charts which could help people get started with Dolt in Kubernetes faster. |
hi!
this project looks interesting, and as far as I understood help to manage ha with active / passive deployment of a dolt cluster. I couldn't find though any information on how to actually deploy the dolt cluster :) any hint will be welcome!
The text was updated successfully, but these errors were encountered: