- ‣ The United Nations Suffers a Data Breach, Exposing 100,000 Employee Details
- ‣ KubeSphere Extends Collaboration To Amazon Web Services
- ‣ Red Hat To Acquire StackRox and Bring To OpenShift Platform
- ‣ DataStax Releases K8ssandra – The Latest Production-Ready Platform for Running Apache Cassandra on Kubernetes
- ‣ AWS Launches Location Service, Opening New Opportunities For Developers
- ‣ GDPR Violations Lead To $66,000 Fine for Swedish University
- ‣ CloudLinux To Invest A Million Dollars Annually In Project Lenix
- ‣ Google Launches Machine Query Language in General Availability for Cloud Monitoring
- ‣ AWS Launches Service Workbench for Researchers
- ‣ AWS Batch Support Now Available for AWS Fargate
- ‣ Highest-Rated Cloud Computing Companies to Work For in 2021
- ‣ Mirantis Launches k0s - The Smallest, Simplest Kubernetes Distro
- ‣ AWS Fault Injection Simulator Improves Cloud Chaos Engineering
- ‣ China claims it’s quantum computer is 100 trillion times faster than any supercomputer
- ‣ Red Hat OpenShift to Support Windows Containers from 2021
- ‣ How Do Teams Automate Security in 2020?
- ‣ Github Releases 2020 State Of The OCTOVERSE Report
- ‣ Twitter Signs Agreement With AWS To Leverage The Public Cloud
DataStax Releases K8ssandra – The Latest Production-Ready Platform for Running Apache Cassandra on Kubernetes
Jan. 11, 2021, 9:15 p.m. in Kubernetes
Topline
K8ssandra, an open source distribution of Apache Cassandra on Kubernetes, was released by DataStax recently. The production-ready platform was launched at KubeCon + CloudNativeCon North America. K8ssandra aims to help with improving data scalability and automate certain operational tasks like repairs, backup, and monitoring. It is deployed using Helm and includes some projects that are considered essential for automating Cassandra, including Cass-operator, Cassandra Reaper, and Cassandra Medusa.

Key Facts
“K8ssandra will help make data cloud-native," said Sam Ramji, Chief Strategy Officer at DataStax.
Cassandra acts as an Open Source distributed data source for Kubernetes. K8ssandra will help in Open Source distribution of Cassandra to support stateful workloads on Kubernetes.
Running a database at scale was a major challenge for Site Reliability Engineers (SREs) which was taken care of by Cassandra. Organizations were looking for ways to employ Cassandra on Kubernetes and run databases at scale. K8ssandra allows SREs to set up and operate Cassandra clusters using best practices in Kubernetes. It includes elastic scaling of data and auto-healing features.
K8ssandra includes, and allows observing data with, Prometheus and Grafana. Prometheus provides pre-built and collected metrics. Grafana offers pre-configured dashboards, which enables observability.
Automation tools include Cass-operator, which acts as a translation layer between the control plane of Kubernetes and Cassandra cluster operations; Cassandra Reaper for managing maintenance tasks and repairs; and Cassandra Medusa which is a backup and restore tool.
More
Site Reliability Engineers and DevOps Engineers are increasingly turning towards Kubernetes to manage their data. But data scalability on these cloud service platforms was a major challenge they faced. Cassandra was created to overcome this challenge and run data at scale. K8ssandra was developed to make this data Cloud Native.
While Cassandra provides an Open Source distributed datastore for Kubernetes, K8ssandra allows scaling of this data elastically as well as observing it with tools like Prometheus and Grafana. K8ssandra includes auto-healing features that help automate maintenance, repair, and backup tasks with the help of its inbuilt automation tools.
It’s a distribution of known-good components that work well together on Kubernetes, and it’s a place for SREs to share operational wisdom.Sam RamjiChief Strategy Officer, DataStax