Deploy cluster operator and kafka cluster
oc apply -f install/cluster-operator -n _my-namespace_ oc apply -f examples/kafka/kafka-ephermeral.yaml
For more details refer to documentation
-
operator : image for running Cluster, Topic and User operators for managing a Kafka Cluster, Topic and User. Kafka init for container initialization.
-
kafka : image for running Apache Kafka, Zookeeper, Kafka Connect, Mirror Maker and Cruise Control.
-
bridge : image for running the Apache Kafka bridge.
-
operator-metadata : image for the manifests and metadata of the related operator.
See LICENSE file.