Handling Cluster CA (default strimzi) and ClientCA (Our own CA) certificates renewals #6031
-
Hi Team, Here is the scenario, how we are using Kafka using strimzi operator:
Documents does suggest this -> 'Client applications must reload the cluster and clients CA certificates that were renewed by the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When renewing Strimzi' own CAs, the pods are rolled automatically and you do not need to worry about anything. For custom CAs, there are currently some bugs - @tombentley and @ppatierno were looking into it. But right now, you might need to roll the pods manually.
This is about your clients consuming and producing Kafka messages. How exactly to do it and what is the best way depends really on the applications and cannot be easily answered in general. It depends where they run, how they are configured etc. But in general, yes, you might need to distribute the new certificates to them and restart them etc. |
Beta Was this translation helpful? Give feedback.
When renewing Strimzi' own CAs, the pods are rolled automatically and you do not need to worry about anything. For custom CAs, there are currently some bugs - @tombentley and @ppatierno were looking into it. But right now, you might need to roll the pods manually.
This is about your clients consuming and producing Kafka messages. How exactly to do it and what is the best way depends really on the applications and cannot be easily answered in general. It depends where they run, how they are configured etc. But in general, yes, you might need …