The module lifecycle stagePreview
The module has requirements for installation

How to check the module’s functionality?

To do this, you need to check the conditions state of the Cassandra resource in the user namespace. All Type should be in True status

kubectl -n <users-ns> get cassandra <cluster_name> -owide -w

What Cassandra versions are supported by the module?

See Supported Cassandra Versions.

How to connect to Cassandra?

To connect to Cassandra, a service is available in the namespace: service - d8ms-cas-<cluster_name>, which always points to the instance and allows read/write operations