cp-helm-charts
cp-helm-charts copied to clipboard
Rack Awareness for AWS multiple availability zones On EKS Cluster
Hi Everyone - I have deployed confluent kafka on EKS k8s cluster.I am using confluent helm charts to deploy this.
https://github.com/confluentinc/cp-helm-charts
I want to deploy the kafka pods on different availability zones on EKS Cluster,using Rack Awareness.Please let me know how to configure rackawaress for confluent helm charts.
hi, as mentioned on the community forum. did you check? https://docs.confluent.io/operator/current/co-configure-rack-awareness.html#configure-ak-rack-awareness
Hi @mmuehlbeyer - I am able to deploy the Confluent rack awareness AWS EKS cluster. I followed below link to integrate this.I have deployed 2 yaml files. https://github.com/confluentinc/confluent-kubernetes-examples/tree/master/scheduling/rackawareness
i am checking how can I integrate service account,rbac,rackawareness in cp-helm charts. https://github.com/confluentinc/cp-helm-charts
Hi @bharathreddy901
see full answer in the community forum.
Though I guess you should be able to deploy the service account first with kubectl apply
, adapt the helm charts and then deploy the helm charts.
or use CFK ;)
Hi @mmuehlbeyer - Thanks for your support, finally it worked.