Have a look at K8ssandra (https://k8ssandra.io/). It is a platform for running Apache Cassandra in Kubernetes using the DataStax Cassandra Operator <https://docs.datastax.com/en/cass-operator/doc/cass-operator/cassOperatorTOC.html> (cass-operator) under the hood but with all the tooling built-in:
- Reaper <http://cassandra-reaper.io/docs/> for automated repairs - Medusa <https://github.com/thelastpickle/cassandra-medusa/wiki> for backups and restores - Metrics Collector <https://github.com/datastax/metric-collector-for-apache-cassandra> for monitoring with Prometheus + Grafana - Traefik templates for k8s cluster ingress Cheers! >