Scalable-Cassandra-deployment-on-Kubernetes
Scalable-Cassandra-deployment-on-Kubernetes copied to clipboard
In this code we provide a full roadmap the deployment of a multi-node scalable Cassandra cluster on Kubernetes. Cassandra understands that it is running within a cluster manager, and uses this cluster...
Added a `$` symbol before `kubectl exec -it cassandra-0 cqlsh` command which otherwise might be a bit confusing for beginners.
Hello! I've got error message while trying to deploy in K8s v1.16 : kubectl create -f cassandra-statefulset.yaml error: unable to recognize cassandra-statefulset.yaml: no matches for kind "StatefulSet" in version "apps/v1beta1"....
Let's say I had this setup, is there a recommended way how to backup the data? Or is that solved by replication only?
Hi, I have set up Cassandra on Kubernetes, and i am trying to expose it on a public port to make it accessible to external applications that resides on a...
Hi Team, After the reboot of VM with statefulset ,cassandra it is not able to join the cluster and erroring with the below error . NFO [main] 2018-07-11 11:30:26,315 OutboundTcpConnection.java:108...
I think the stateful set needs to be updated, in order to run on k8s versions 1.21.0 and above ``` apiVersion: "apps/v1" kind: StatefulSet metadata: name: cassandra spec: serviceName: cassandra...