Skip to content

ashkan-pm/banzai-kafka-operator-quickstart

Repository files navigation

Kafka and Zookeeper operator installation via helm charts

Kafka

kubectl create --validate=false -f https://github.com/banzaicloud/kafka-operator/releases/download/v0.15.1/kafka-operator.crds.yaml
helm install core --namespace=kafka banzaicloud-stable/kafka-operator --values 5-kafka.values.yaml

Zookeeper

helm install zookeeper-operator --namespace=zookeeper pravega/zookeeper-operator --values 2-zookeeper.values.yaml

Node selection

You can use nodeSelector or affinity to further control the deployment of your cluster on the Kubernetes nodes by searching for YOUR_GKE_NODE_POOL in the repository. The rest should be self-explanatory.

About

Easy to follow instructions and files on how to run Kafka on Kubernetes using Banzai Kafka Operator and Pravega Zookeeper Operator in an easy and maintainable way

Topics

Resources

Stars

Watchers

Forks