instaclustr / cassandra-operator

Kubernetes operator for Apache Cassandra
https://instaclustr.com
Apache License 2.0
239 stars 59 forks source link

Embed cassandra.yaml/env.sh/jvm.options into CRD directly #117

Open zegelin opened 5 years ago

zegelin commented 5 years ago

It might be a good idea to directly embed the cassandra.yaml/cassandra-env.sh/jvm.options fragments directly into CassandraDataCenter CRD instances, skipping the creation of ConfigMaps, etc.

This use-case is for when direct access to K8s isn't available, such as via Pivotal CloudFoundry (Bazzar/Kibosh). In these cases, a service-broker is responsible for creating the objects in K8s.

benbromhead commented 5 years ago

Do service brokers support custom/arbitrary fields?