Hi everyone,

Last weeks meeting is posted here:
https://cwiki.apache.org/confluence/display/CASSANDRA/2020-05-19+Cassandra+Kubernetes+Operator+SIG

Highlights:

This is a big task trying to get multiple operators in the wild to one
closer to the project. The CEP is at a place where we need to get further
into previous art that may be donated. In our meeting, it was clear that
since this is code that runs in Kubernetes, we need to approach things from
that ecosystem. The Custom Resource Definition is a way to extend the
Kubernetes API and operators use these custom APIs to control the resource
such as a Cassandra node. Getting to a common place with what a CRD
required for Cassandra is the next step. Here is an example of a CRD:
https://github.com/datastax/cass-operator/blob/master/operator/deploy/crds/cassandra.datastax.com_cassandradatacenters_crd.yaml

Yes, that is a lot of YAML to cut through but John Sanda and I will try to
organize a way for all the participating groups to contribute and converge
on a final version.

Patrick

Reply via email to