Configure multiple Kafka controllers with same static IP and different ports - Stack Overflow

I am trying to install Kafka (KRaft enabled) with bitnami helm chart. I have 3 controllers and 5 broker

I am trying to install Kafka (KRaft enabled) with bitnami helm chart. I have 3 controllers and 5 brokers. I need to expose controllers and brokers externally with same public static IP and different ports. I am able to expose controllers with different IPs and same port but not able to expose with same IP and different port.

As per helm chart of Bitnami (), ports.external attribute is int32.

Can anyone please guide me how to customize the existing helm chart to implement the requirement ?

controller:
forceExpose: true
service:
  type: LoadBalancer
  ports:
    external: 29092      
  loadBalancerClass: ""      
  loadBalancerIPs: 
    - 34.59.137.112
    - 34.46.56.43

I tried to add multiple port in external but getting exception mentioned that it is not supported.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745300391a4621400.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信