Re: Cassandra Management tools?

2022-03-01 Thread Miles Garnsey
A cheeky plug for the project I’m currently working on: k8ssandra-operator aims to automate a lot of everyday Cassandra maintenance tasks by orchestrating Cassandra on Kubernetes. We offer integration with the TLP projects Reaper (repair),

Re: Cassandra Management tools?

2022-03-01 Thread Jeff Jirsa
Most teams are either using things like ansible/python scripts, or have bespoke infrastructure. Some of what you're describing is included in the intent of the `cassandra-sidecar` project: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=95652224 Goals We target two main

Re: Cassandra Management tools?

2022-03-01 Thread Joe Obernberger
Thanks all - I'll take a look at Ansible.  Back in my Hadoop days, we would use Cloudera manager (course that now costs $). Sounds like we need a new open source project!  :) -Joe On 3/1/2022 7:46 AM, Bowen Song wrote: We use Ansible to manage a fairly large (200+ nodes) cluster. We created

Re: Cassandra Management tools?

2022-03-01 Thread Bowen Song
We use Ansible to manage a fairly large (200+ nodes) cluster. We created our own Ansible playbooks for common tasks, such as rolling restart. We also use Cassandra Reaper for scheduling and running repairs on the same cluster. We occasionally also use pssh (parallel SSH) for inspecting the