Replies: 1 comment 2 replies
-
Not sure about your setup. but in GKE in our case we use ISTIO Sidecar on all our application. except for strimzi namespace. Seeing your error, i am assuming you are enabling MTLS for your connection and kafka do not trust your cert. this is more like SSL handshake than connection due to istio being present. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello! Let me ask a question for the first time.
This is the sample repo I created:
https://github.com/LittleWat/strimzi-access-from-istio-test
I am deploying the kafka pod using strimzi-operator without istio-injection.
I want to control the ACL creation/deletion, so I disabled entity-operator.
Generating CertificateAuthority is also disabled for easy local development.
So the kafka deployment file is as follows:
https://github.com/LittleWat/strimzi-access-from-istio-test/blob/main/k8s/kafka-my-cluster.yaml
I want to access this Kafka pod from the pod that has istio-proxy sidecar.
But I cannot access it with the following errors:
This is Kiali UI.

My procedure is written in the readme.
https://github.com/LittleWat/strimzi-access-from-istio-test
How can I solve this? Any ideas are really appreciated 🙏 Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions