cp-helm-charts icon indicating copy to clipboard operation
cp-helm-charts copied to clipboard

Rack Awareness for AWS multiple availability zones On EKS Cluster

Open bharathreddy901 opened this issue 1 year ago • 4 comments

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.

bharathreddy901 avatar Mar 08 '23 02:03 bharathreddy901

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

mmuehlbeyer avatar Mar 08 '23 06:03 mmuehlbeyer

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

bharathreddy901 avatar Mar 09 '23 07:03 bharathreddy901

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 ;)

mmuehlbeyer avatar Mar 09 '23 07:03 mmuehlbeyer

Hi @mmuehlbeyer - Thanks for your support, finally it worked.

bharathreddy901 avatar Mar 13 '23 15:03 bharathreddy901