Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-09 Thread vincent gromakowski
It will clearly follow your colleagues approach on the postgresql operator https://github.com/zalando-incubator/postgres-operator Just watch my repo for a first beta working version in the next weeks https://github.com/vgkowski/cassandra-operator 2018-02-09 15:20 GMT+01:00 Oleksandr Shulgin

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-09 Thread Oleksandr Shulgin
On Fri, Feb 9, 2018 at 1:01 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Working on a Kubernetes operator for Cassandra (Alpha stage...) > I would love to learn more about your approach. Do you have anything to show already? Design docs / prototype? -- Alex

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-09 Thread vincent gromakowski
Working on a Kubernetes operator for Cassandra (Alpha stage...) Le 9 févr. 2018 12:56 PM, "Oleksandr Shulgin" a écrit : > On Fri, Feb 9, 2018 at 12:46 AM, Krish Donald > wrote: > >> Hi All, >> >> What kind of Automation you have for Cassandra

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-09 Thread Oleksandr Shulgin
On Fri, Feb 9, 2018 at 12:46 AM, Krish Donald wrote: > Hi All, > > What kind of Automation you have for Cassandra related operations on AWS > like restacking, restart of the cluster , changing cassandra.yaml > parameters etc ? > We wrote some scripts customized for

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-08 Thread Lerh Chuan Low
Terraform, Packer and Ansible does pretty decently, you may have to do some smarts around replacing nodes and attaching the right volumes to replaced nodes. If you could get Kubernetes working with Cassandra (beyond the readily available guides) then I think you'll be a total baller. On 9

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-08 Thread daemeon reiydelle
Terraform plus ansible. Put ok but messy. 5-30,000 nodes and infra Daemeon (Dæmœn) Reiydelle USA 1.415.501.0198 On Thu, Feb 8, 2018, 15:57 Ben Wood wrote: > Shameless plug of our (DC/OS) Apache Cassandra service: >

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-08 Thread Romain Hardouin
At Teads we use Terraform, Chef, Packer and Rundeck for our AWS infrastructure. I'll publish a blog post on Medium which talk about that, it's in the pipeline. Terraform is awesome. Best, RomainLe vendredi 9 février 2018 à 00:57:01 UTC+1, Ben Wood a écrit :

Re: What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-08 Thread Ben Wood
Shameless plug of our (DC/OS) Apache Cassandra service: https://docs.mesosphere.com/services/cassandra/2.0.3-3.0.14. You must run DC/OS, but it will handle: Restarts Replacement of nodes Modification of configuration Backups and Restores (to S3) On Thu, Feb 8, 2018 at 3:46 PM, Krish Donald

What kind of Automation you have for Cassandra related operations on AWS ?

2018-02-08 Thread Krish Donald
Hi All, What kind of Automation you have for Cassandra related operations on AWS like restacking, restart of the cluster , changing cassandra.yaml parameters etc ? Thanks