Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use per-broker secrets with StrimziPodSets #7687

Open
scholzj opened this issue Nov 22, 2022 · 1 comment
Open

Use per-broker secrets with StrimziPodSets #7687

scholzj opened this issue Nov 22, 2022 · 1 comment

Comments

@scholzj
Copy link
Member

scholzj commented Nov 22, 2022

In the past with StatefulSets, it was not easy to use different Secret or ConfigMap with each pod as they were all mounted through .spec.template in the StatefulSet resource. But now with StrimziPodSets, it is possible to do this. We already redesigned the configuration ConfigMaps for this. We should do the same also for the Secrets (e.g. the broker certificates secret) to better separate the different brokers.

This might not make sense for ZooKeeper since it will be gone at some point anyway. But it makes sense for Kafka which is to stay with us for the years to come ;-).

@scholzj
Copy link
Member Author

scholzj commented Jan 12, 2023

Triaged on 12.1.2023: Should be looked into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant