Hi, I am looking into Datahub, which looks to be ...
# all-things-deployment
b
Hi, I am looking into Datahub, which looks to be a very promising product. Would like to spin it up in EKS, and for that I plan to test the helm charts for Datahub. Regarding our Kafka cluster (in EKS) we are running TLS everywhere. Thus, is SSL/TLS supported for connection towards Kafka and schema registry? Best regards //Lars
s
Thanks @brash-airplane-35511 for your interest. Kubernetes support is contributed by @clean-jewelry-29627 . Hey Bharat, could you help answer this question from Lars?
b
I believe @many-accountant-26574 is also working on a PR to add TLS support for Kafka cloud (based on https + basic auth though).
m
Hey yeah sorry I've been off the grid a little due to health issues and with the lingering corona thread have been taking time off.
😞 1
I've got Confluent Cloud working and reworked the docker containers to better suit security and minimalization.
SSL and TLS with that is supported right now using the ca-certificates repository. I have not included custom private CA support but I did have a look at Confluent's Kafka documentation and it seems using TLS can be either implemented through the java crypt store or on the machine level (or container level).
@brash-airplane-35511
b
Thanks @many-accountant-26574, does it mean that we can add jks file to container (and maybe have to use JAVA_OPTS)? My apologize, unfortunately I am not an expert in this area, but “TLS is supported using the ca-certificates repository”, can you clarify a bit?