-
We are hosting a simple kafka cluster with 3 broker pod and 3 zookeeper pod into our company. Currently the storage is dynamically provisioned during creation of the cluster. however I want this business logic: Note I want to provision the azure blob storage (preferably with Has Anyone worked with this specific use case? I'm at a loss here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I do not really understand what exactly are you trying to do. But if you pre-create the PVCs for Strimzi with their expected names, it will just reuse them. So that is what you can do. Just keep in mind that you will likely not be able to reuse some existing volumes from another cluster because of paths, configurations etc. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot I'll give it a try and see if it works |
Beta Was this translation helpful? Give feedback.
I do not really understand what exactly are you trying to do. But if you pre-create the PVCs for Strimzi with their expected names, it will just reuse them. So that is what you can do. Just keep in mind that you will likely not be able to reuse some existing volumes from another cluster because of paths, configurations etc.