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