证书管理器为 Strimzi kafka 部署颁发证书
我正在开发 strimzi kafka。我想使用 certmanager 颁发的自签名证书来部署 kafka,而不是 strimzi 操作员/kafka 提供的自签名证书。 我已经浏览了 strizmi 文档,但没有找到将证书管理器与 strimzi kafka/operator 集成的解决方案。 当我们部署 kafka 时,我们可以看到在命名空间中创建了许多秘密(带有证书)。如果我希望证书管理器颁发的所有这些秘密/证书都能与 kafka 一起使用,我该怎么做。
谢谢 !!
I am working on strimzi kafka.I want to deploy kafka with self signed certs issued by certmanager instead of strimzi operator/kafka provided selfsigned certs.
I have gone through the strizmi documentation but I didn't find solution to integrate cert manger with strimzi kafka/operator.
When we deploy kafka we can see many secrets(with certs) are being created in the namespace.If I want all those secrets/certs issued by certs manager to work with kafka how I can do it.
Thank you !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Cert Manager 提供此 博客文章。但目前还没有简单的方法将其用于内部 CA。您可以遵循此提案,这可能在将来成为可能。
You can use Cert Manager to provide a listener certificate s described in this blog post. But there is currently no easy way to use it for the internal CAs. You can follow this proposal which might make it possible in the future.