-
All - I've configured a Strimzi 0.23.0 Kafka cluster with tls authentication:
With this configuration, if I exec into a Kafka broker pod, I'd like to be able to use the various admin scripts in To do this I would expect to be able to use
Then:
I've tried many combinations of the P12 files referenced in the strimzi properties but can't make it work. It fails with various SSL exceptions. Has anyone done this and could provide some pointers? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not how it works and how you are supposed to use it. The best way is to create a regular user with the User Operator for example, start a separate pod (for example using the Kafka Strimzi image which already has Kafka, but even with a custom image with any tools you might need of course) and connect from there. You would be probably able to hack it from directly inside the pod, but since that is not expected to be done that way, there is no guide or anything. |
Beta Was this translation helpful? Give feedback.
This is not how it works and how you are supposed to use it. The best way is to create a regular user with the User Operator for example, start a separate pod (for example using the Kafka Strimzi image which already has Kafka, but even with a custom image with any tools you might need of course) and connect from there. You would be probably able to hack it from directly inside the pod, but since that is not expected to be done that way, there is no guide or anything.