Zookeeper pods fail with SSL handshake errors when run along with kuma service mesh #6895
Replies: 4 comments 2 replies
-
If you include only a weird hard to read screenshot of a single exception, it is quite hard to say what exactly the issue is. But there is no testing with Kuma and I'm not aware of anyone using Strimzi with Kuma, so it is quite possible it is causing the issue. In the past, there was a small (but steady) interest in integration with Istio, but there is currently no work going on on that. |
Beta Was this translation helpful? Give feedback.
-
I have not tested with this specific mesh, But have tried the integration with Istio (ASM) in GKE. |
Beta Was this translation helpful? Give feedback.
-
Don’t think the way we did is this way . Each port should be in seperate line. also we have to annotate this in operator too |
Beta Was this translation helpful? Give feedback.
-
Glad it worked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
We are running strimzi operator v 0.27.1 and trying to integrate it with Kuma service mesh. Kubernetes cluster where we are trying to bring Kafka cluster up, has a kuma sidecar injected at the namespace level same as where strimzi is being installed.
Issue:
After applying the CR file for the kafka cluster, it fails with the below SSL handshake exception while zookeeper cluster is trying to form the Quorum.
Options Tried:
Below options have been tried to mitigate the issue but with no success.
Annotations: 3888.service.kuma.io/protocol: tcp
Ask:
Beta Was this translation helpful? Give feedback.
All reactions