Re: [kubernetes-users] Is it Possible to do MSSQL replication on Kubernetes?

2018-02-08 Thread Rodrigo Campos
Oh, right. Sorry, my bad! On Thursday, February 8, 2018, danielmk via Kubernetes user discussion and Q&A wrote: > I think the question was about MSSQL, not MySQL. > > On Thursday, February 8, 2018 at 8:47:14 AM UTC+1, Michelle Au wrote: > > The Kubernetes website has a replicated MySQL tutorial.

Re: [kubernetes-users] Is it Possible to do MSSQL replication on Kubernetes?

2018-02-08 Thread
I think the question was about MSSQL, not MySQL. On Thursday, February 8, 2018 at 8:47:14 AM UTC+1, Michelle Au wrote: > The Kubernetes website has a replicated MySQL tutorial.   > > > On Feb 7, 2018 19:10, "Rodrigo Campos" wrote: > I have never done it. But  vitess might be interesting, if it'

Re: [kubernetes-users] Is it Possible to do MSSQL replication on Kubernetes?

2018-02-07 Thread
The Kubernetes website has a replicated MySQL tutorial. On Feb 7, 2018 19:10, "Rodrigo Campos" wrote: > I have never done it. But vitess might be interesting, if it's not an > overkill for your scenario: http://vitess.io/ > > Let us know what you end up doing :) > > On Tuesday, February 6, 2018

Re: [kubernetes-users] Is it Possible to do MSSQL replication on Kubernetes?

2018-02-07 Thread Rodrigo Campos
I have never done it. But vitess might be interesting, if it's not an overkill for your scenario: http://vitess.io/ Let us know what you end up doing :) On Tuesday, February 6, 2018, wrote: > Hi There! > > We need to do MSSQL replication on Kubernetes. > > I don't know whether K8s support this

Re: [kubernetes-users] Is it Possible to do MSSQL replication on Kubernetes?

2018-02-07 Thread
Kubernetes ist workload agnostic, so the short answer is no. The longer answer is that, unless someone else already has, you'll have to put some work into it. As a starting point, look into StatefulSet – it is a deployment mechanism oriented towards processes with an identity. Also research and ex