Hi Confluent Community,
I’m trying to deploy the Confluent Operator under the Confluent Community License (CCL) using Helm for internal use (e.g., managing Schema Registry). The docs ([link]) say Confluent for Kubernetes (CFK) is Enterprise-licensed, but I’ve seen references to a CCL Operator on GitHub. When I run helm install confluent-operator confluentinc/confluent-for-kubernetes
, I assume it’s CFK.
- Is there a CCL Helm chart in the
confluentinc
repo? - Can I adapt the GitHub CCL Operator into a Helm chart for production?
- What versions/images ensure CCL compliance?
Any guidance or resources would be appreciated!