How to expose Kafka-UI over TLS? #3464
-
Hi everyone, Can anyone please share a template that allows Kafka-UI to be exposed over TLS? Thank you so much. Vasco Ferraz |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Behind a reverse proxy: kafka-ui-reverse-proxy.yaml |
Beta Was this translation helpful? Give feedback.
-
Hi @Haarolean. I was trying the approach of adding the following environment variables into the values.yaml file but the kafka-ui pod keeps restarting.
I believe that this was already addressed here and apparently solved with this PR but somehow it's not working on my side. Can you please guide me on this? Thank you so much. Vasco Ferraz |
Beta Was this translation helpful? Give feedback.
-
Solved the issue by adding the following into the values.yaml file
Thank you so much |
Beta Was this translation helpful? Give feedback.
Behind a reverse proxy: kafka-ui-reverse-proxy.yaml
If you really wanna make the app itself SSL secured (I recommend the reverse proxy way), take a look at this (3.1)