Re: Encryption at rest

2020-06-25 Thread Reid Pinchback
If you’re using AWS with EBS then you can just handle that with KMS to encrypt the volumes. If you’re using local storage on EC2, or you aren’t on AWS, then you’ll have to do heavier lifting with luks and dm-crypt, or eCryptfs, etc. If you’re using a container mechanism for your C*

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
Thanks Chris. This is useful. Sent from Mail for Windows 10 From: Christopher Bradford Sent: 25 June 2020 07:46 To: user@cassandra.apache.org Cc:

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Christopher Bradford
Hi Manu, OSS Cassandra support in cass-operator is marked as a Technology Preview as there is no integrated solution for repairs or backup / restore functionality at this time. If you are comfortable managing these operational tasks either manually or through other complementary tools (Reaper and

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
Thanks. One more concern popped up. It seems Cass is not recommended for production. However, I need this specifically for production. What is your take on this? “ The use of Cass Operator with Cassandra 3.11.6 is intended as a Technology Preview only. Using Cass Operator with Cassandra is not

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Erick Ramirez
> > It seems that 3.11.4 is not supported. I am happy to move up to 3.11.6 but > is 3.11.6 backward compatible with 3.11.4? I don’t want start changing my > driver code in the application. > There isn't a breaking change from a driver perspective between 3.11.4 and 3.11.6 so you don't need to

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Erick Ramirez
> > I have started looking at Cass. Referring to the release notes, does Cass > support 3.11.4? > The cass-operator only supports C* 3.11.6 [1]. C* 3.11.4 is over a year old now and there are some important fixes in 3.11.5 and 3.11.6 that I think should be sufficient motivation to use 3.11.6. If

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
Hi Erick It seems that 3.11.4 is not supported. I am happy to move up to 3.11.6 but is 3.11.6 backward compatible with 3.11.4? I don’t want start changing my driver code in the application. “ Cass Operator release 1.2.0 is compatible with Apache Cassandra 3.11.6 and DSE 6.8.0+. Cass Operator

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
Dear Erick I have started looking at Cass. Referring to the release notes, does Cass support 3.11.4? https://docs.datastax.com/en/cass-operator/doc/cass-operator/cassOperatorReleaseNotes.html regards Manu Sent from Mail for Windows 10 From: