SSL example
Implement ssl for kafka-ui
To implement SSL for kafka-ui you need to provide JKS files into the pod. Here is the instruction on how to do that.
Create config map with content from kafka.truststore.jks and kafka.keystore.jks.
To create configmap use following command.
If you have specified namespace use command.
Create secret.
Encode secret with base64(You can use this tool https://www.base64encode.org/). Create secret.yaml file with the following content
Create ssl-values.yaml file with the following content.
Install chart with command
If you have specified namespace for configmap and secret please use this command
Last updated