Besides Vitess, what is a recommended way for production to scale database pods in kubernetes
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/c1315986-5e6b-4c51-a41a-bd293e4edc66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What do you mean by "scale", simply add more instances or deploy pods in some scalable topology (i.e scale group membership)?RCs/deployments are the fastest way to scale up, but not necessarily the best or safest when it comes to protecting state (eg: https://github.com/kubernetes/kubernetes/tree/master/examples/mysql-wordpress-pd). In comparison, StatefulSets are slower to scale but make it easier to deploy interesting topologies (eg: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/testing-manifests/petset/mysql-galera/petset.yaml).Don't deploy either example to production without prior testing.
On Wed, Nov 23, 2016 at 3:27 PM, Montassar Dridi <montass...@gmail.com> wrote:
Besides Vitess, what is a recommended way for production to scale database pods in kubernetes
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/7aec64f8-283f-491e-b99e-40b7288f50bc%40googlegroups.com.
There's also a charts repo, if you're looking for easy templated deployment: https://github.com/kubernetes/charts/tree/master/stable
On Wed, Nov 23, 2016 at 4:07 PM, Montassar Dridi <montass...@gmail.com> wrote:
thanks for your help--
both solutions requires a lot of testing and maintenance, in comparison with scaling and deploying an application in kubernetes.I was just looking for another straight forward and easy way to deploy and scale a database before testing the solutions you mentioned
On Wednesday, November 23, 2016 at 6:45:45 PM UTC-5, Prashanth B wrote:What do you mean by "scale", simply add more instances or deploy pods in some scalable topology (i.e scale group membership)?RCs/deployments are the fastest way to scale up, but not necessarily the best or safest when it comes to protecting state (eg: https://github.com/kubernetes/kubernetes/tree/master/examples/mysql-wordpress-pd). In comparison, StatefulSets are slower to scale but make it easier to deploy interesting topologies (eg: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/testing-manifests/petset/mysql-galera/petset.yaml).Don't deploy either example to production without prior testing.On Wed, Nov 23, 2016 at 3:27 PM, Montassar Dridi <montass...@gmail.com> wrote:Besides Vitess, what is a recommended way for production to scale database pods in kubernetes--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/c1315986-5e6b-4c51-a41a-bd293e4edc66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.