The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's support for replicating across multiple datacenters is best-in-class, providing lower latency for your users and the peace of mind of knowing that you can survive regional outages.
The most advanced distribution of Apache Cassandra™ on the market, with the enterprise functionality needed for serious production systems and backed up and supported by the best-distributed experts in the world. It's one platform for all types of applications anywhere, any cloud, any model: key-value, graph, tabular, JSON. DataStax Enterprise is a fully integrated and optimized database, with graph, analytics, and search included, all with a unified security model. Simply put, it's the only database capable of meeting today's demanding requirements.
cass-operator is designed as a modular operator for Apache Cassandra and derived distributions. Apache Cassandra is a distributed database consisting of multiple nodes working in concert to store data and process queries along a number of fault domains. cass-operator handles the deployment of a Cassandra cluster around the logical domain of a datacenter with the CassandraDatacenter custom resource.
Upon submission of one of these resources, it handles provisioning the underlying stateful sets (analogous to C\* logical racks), services, and configuration. Additionally through monitoring pod state via Kubernetes callbacks it handles day-to-day operations such as restarting failed processes, scaling clusters up / down, and deploying configuration changes in a rolling, non-disruptive, fashion.
This operator may be deployed at the namespace or cluster levels. A single OpenShift cluster may be running multiple instances of this operator, in separate namespaces, to support a number of C* clusters and environments. Configuration is simple with the usage of YAML-based overrides in the Custom Resource paired with an init container.
In C* clusters ordering and timing of certain operations are important to keep the system evenly distributed. cass-operator leverages a management process within the main container to handle the orchestration of starting the main C* processes across nodes.
Use the following instructions to get images from a Red Hat container registry using registry service account tokens. You will need to create a registry service account to use prior to completing any of the following tasks.
First, you will need to add a reference to the appropriate secret and repository to your Kubernetes pod configuration via an imagePullSecrets field.
Then, use the following from the command line or from the OpenShift Dashboard GUI interface.
Use the following command(s) from a system with podman installed
Use the following command(s) from a system with docker service installed and running
Use the following instructions to get images from a Red Hat container registry using your Red Hat login.
For best practices, it is recommended to use registry tokens when pulling content for OpenShift deployments.
Use the following command(s) from a system with podman installed
Use the following command(s) from a system with docker service installed and running