youtube image
From YouTube: Cassandra Kubernetes SIG Meeting 2020-05-21

Description

Discussion on how to move forward with a combined operator plan.

In the call we agreed that the CEP text was important and at a good place, but the real work for a Kubernetes based operator needs to happen in the Custom Resource Definition. All of the existing operators have some form of CRD which are very similar based on how you deploy Cassandra in Kubernetes. John Sanda and Patrick McFadin will be looking at how to gather the various CRD artifacts already in GIT repositories for further discussion.

Example CRD: https://github.com/datastax/cass-operator/blob/master/operator/deploy/crds/cassandra.datastax.com_cassandradatacenters_crd.yaml

Moving the CRDs to a GIT repository will then allow for changes to be tracked as PRs to a final state.

One the CRD is completed, then the discussion of code donation can move forward and CEP can be completed.