Sidecar TLS Certificate Reloader #7864
treyhendon
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We do not support any sidecars. You would need to inject it using a webhook. But I think the secret files are updated automatically without any sidecar. But Kafka does not reload them just because the file changes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to put a secret watching sidecar in the pods which refreshes the mounted Kubernetes secret (certificate) and registers the certificate in the primary container?
(I'm not sure what the implications to Kafka itself would be if the certificate changes at the OS level without restarting the app.)
The goal on this would be to prevent rolling the cluster every two months when Let's Encrypt certs renew.
Beta Was this translation helpful? Give feedback.
All reactions