Re: Flink TLS in K8s

2020-11-06 Thread Patrick Eifler
Hi Chesney, Thanks for the hint. I have mounted my certs in both job and taskmanager volume mounts. When the containers bootup I get the log that the ssl store is successfully loaded. Note: I use the same keystore setup to connect to secured Kafka Cluster and this works. How would you suggest t

Re: Flink TLS in K8s

2020-11-05 Thread Chesnay Schepler
It is unlikely that this is a port issue, and I would currently suspect that something in your SSL setup is not correct. @Nico: do you have a suggestion on how to debug this? On 11/5/2020 4:23 PM, Patrick Eifler wrote: Hi, I did set up a flink session cluster on K8s. Now I added the ssl conf

Flink TLS in K8s

2020-11-05 Thread Patrick Eifler
Hi, I did set up a flink session cluster on K8s. Now I added the ssl configuration as shown in the documentation: # Flink TLS security.ssl.internal.enabled: true security.ssl.internal.keystore: /config/internal-keystore/internal.keystore.jks security.ssl.internal.truststore: /config/internal-k