Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 697 Bytes

File metadata and controls

17 lines (14 loc) · 697 Bytes

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.