When running Cassandra on Kubernetes today I use a StatefulSet, where I can configure multiple containers. That way I can run both the Cassandra image and a custom image (as a sidecar) in the same Pod.
Is it possible to do the same/similar thing when using the Kubernetes Operator for Cassandra (cass-operator)?