Ingress configurations for individual brokers. #8345
Sai-Charan-Madhvaraj
started this conversation in
General
Replies: 1 comment 4 replies
-
If your clients can use Cluster-IP services to connect to the brokers (which normally means they are running inside the same Kubernetes cluster), you do not need the ingress listener at all and you can just use either the internal or the cluster-ip type listeners. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
when we are creating an external listener type ingress. we are providing bootstrap and brokers details in configuration section. This is creating 4 ingress ( one for bootstrap and 3 for each individual broker) .
After reading docs of strimzi, understood that when kafka client hits bootstrap ingress , bootstrap will provide the metadata of brokers and then kafka client will then connect to each individual broker ingress.
Can strimzi bootstrap establish the connection to individual brokers via per broker services (cluster IP) instead of individual broker ingress so that the number of ingress created by strimzi can be reduced.
The number of ingress resources keeps increasing as we increase the broker count.
Beta Was this translation helpful? Give feedback.
All reactions