Sample manifests

Sample K8ssandraCluster manifests for various use cases.

The k8ssandra-operator project has a wide range of end to end tests, which use K8ssandraCluster manifests for a wide range of use cases, and can serve as a starting point to create your own K8ssandraCluster manifests:

More examples can be found in the k8ssandra-operator test fixtures.

Note: The above manifests are not meant to be used as-is, but rather as a starting point to create your own K8ssandraCluster manifests. They all use .spec.cassandra.networking.hostNetwork: true to make it possible to have cross DC communication using Kind. Host networking is not recommended for production environments, unless there are specific networking requirements.