Using kafka with ssl

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Using kafka with ssl

anurag
Hi All,
We are using flink on kubernetes, we want to support a functionality where different pipelines which reads data from SSL enabled kafka can be running at any point.
Since kafka expects SSL certificate to be in a file , we are thinking of a solution where we created a volume which is available to all pods running task manager and for each different pipeline mount a different file which contains the SSL cert needed.
Can you please let us know we are on right path or is there a betterĀ solution?
Many thanks,
Anurag