Migrating Cassandra to GCP

10/16/2019

I am migrating Cassandra to Google Cloud and I have checked out few options like deploying cassandra inside Kubernetes, using Datastax Enterprise on GCP and Portworks etc., but not sure which one to use. Can someone suggest me with better options that you have used to deploy Cassandra on cloud?

-- archura
cassandra
google-cloud-platform
google-compute-engine
google-kubernetes-engine
kubernetes

1 Answer

10/17/2019

As Carlos Monroy mentioned in his comment is correct, this is wide-ranging, it highly depends on the use case, number of users, SLA. I've found these links useful that describes how to deploy Cassandra in GCE and how to run Cassandra in GKE with stateful sets. This documentation will guide you to about DataStax Distribution of Apache Cassandra on GCP Marketplace You can also consider the cost between running those products. You can estimate the charges using GCP pricing calculator.

-- Aarti S
Source: StackOverflow