RE: Cassandra container, Google Cloud and Kubernetes

2020-06-30 Thread Manu Chadha
-the-cluster Thanks manu Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Erick Ramirez<mailto:erick.rami...@datastax.com> Sent: 30 June 2020 01:29 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: Cassandra conta

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-29 Thread Erick Ramirez
It's really a Kubernetes question but the TL;DR is you need to expose the services of your k8s cluster to the outside world. Have a look at this blog post to get you started -- http://alesnosek.com/blog/2017/02/14/accessing-kubernetes-pods-from-outside-of-the-cluster/. Cheers! >

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-29 Thread Manu Chadha
lto:christopher.bradf...@datastax.com> Subject: RE: Cassandra container, Google Cloud and Kubernetes Hi I have started using Cass-Operator and the setup worked like a charm! https://github.com/datastax/cass-operator I have an issue though. My cluster is up and running on GCP. But how do I

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-29 Thread Manu Chadha
lto:christopher.bradf...@datastax.com> Subject: RE: Cassandra container, Google Cloud and Kubernetes Thanks Chris. This is useful. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Christopher Bradford<mailto:bradfor...@gmail.com> Sent: 25 June 2020

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
df...@datastax.com<mailto:christopher.bradf...@datastax.com> Subject: Re: Cassandra container, Google Cloud and Kubernetes 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 functionali

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Christopher Bradford
une 2020 07:25 > *To: *user@cassandra.apache.org > *Subject: *Re: Cassandra container, Google Cloud and Kubernetes > > > > 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 &

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
rg> Subject: Re: Cassandra container, Google Cloud and Kubernetes 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 perspect

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
6.8.0 will not function with the current Cass Operator.” Thanks Manu From: Manu Chadha<mailto:manu.cha...@hotmail.com> Sent: 25 June 2020 07:12 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: RE: Cassandra container, Google Cloud and Kubernetes Dear Erick I

RE: Cassandra container, Google Cloud and Kubernetes

2020-06-25 Thread Manu Chadha
From: Erick Ramirez<mailto:erick.rami...@datastax.com> Sent: 24 June 2020 12:37 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: Cassandra container, Google Cloud and Kubernetes This isn't a direct answer to your questions but you might be interested in the K

Re: Cassandra container, Google Cloud and Kubernetes

2020-06-24 Thread Erick Ramirez
This isn't a direct answer to your questions but you might be interested in the Kubernetes operator for Apache Cassandra [1] from DataStax. You can use the cass-operator to deploy a C* 3.11.6 image to your Kubernetes cluster. The docs are available here [2]. FWIW there are several other published

Cassandra container, Google Cloud and Kubernetes

2020-06-24 Thread Manu Chadha
Hi I want to run Cassandra container in GCP and want to orchestrate the containers using Kubernetes. I have a Cassandra image in my Docker Registry. Following the steps from the following tutorial, I have created a cluster and have Cassandra running on it.