I have a RedPanda cluster I wanna sink to that uses TLS, so I wanted to mount the kubernetes.io/tls
secret to a volume on Risingwave cluster for it to reference. I tried compute first, didn't work, now added the mounts to frontend, still didn't work. Before I mount to more things, I wanted to see if anyone had the answer real quick.
Neil
Asked on Dec 13, 2023
To write a sink to a RedPanda cluster with TLS, the cert needs to be on specific nodes:
Both services will initiate TLS connections to the Kafka cluster. It is essential to have the certificate accessible on these nodes for successful communication with the RedPanda cluster.