Strimzi should allow internal listener to configure brokers[].host #10593
Closed
L1ghtman2k
started this conversation in
General
Replies: 2 comments 9 replies
-
The |
Beta Was this translation helpful? Give feedback.
9 replies
-
Thanks Jakub, I was able to setup istio with
I then setup the istio gw:
and a virtualservice:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
I am trying to provision strimzi based operator with istio. I understand that strimzi doesn't support istio, however, in my case, I have to work around this problem because I can only use istio in our environment.
I was able to set-up istio gateway + vs working with strimzi kafka, however, I had to specify listener
type: ingress
, to allow kafka to configure something on a backend, to make it work with istio. If I try internal listener, get the following error:Another byproduct of specifying
type: ingress
, is strimzi creates ingress objects, even though nginx is not on the cluster.I would like an option that avoids spinning up custom resources, while also allowing external listeners to be exposed by projects other than ingress-nginx.
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.40.0
Kubernetes version
1.29
Installation method
Helm Chart
Infrastructure
Bare-metal
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions