Re: C* Sidecar Collaboration

2020-03-30 Thread Jake Luciani
Hi Stefan! Yes, this is exactly why we want to move things into the official sidecar. I think the same should happen for an official k8s operator too... If you look at the readme for the management api you'll see we are dealing with the same issues. The management api is PID 1 for the container a

Re: C* Sidecar Collaboration

2020-03-30 Thread Stefan Miklosovic
Hey, good stuff! We in Instaclustr are already doing the effort in that area. We needed Sidecar (1) for our Kubernetes Cassandra operator (2) and it runs as a process in a container in the same pod where Cassandra runs. Right now it provides a very simple API how operations are invoked against t

C* Sidecar Collaboration

2020-03-30 Thread Jake Luciani
Hello! As discussed on the contributors call a couple weeks back[1], I'd like to announce the open sourcing of a Management API Sidecar project for Apache Cassandra that some of us have been using at Datastax[2]. It is separate from the existing C* sidecar subproject right now as we needed specific