Can I use Strimzi without minikube? #5316
Unanswered
networkingana
asked this question in
Q&A
Replies: 2 comments 23 replies
-
Well, first of all, you need persistent volume per node. So it is not enough to create just one PV ... for 3 ZooKeepers and 3 Kafkas you will need 6 of them -> each for a different path. Not sure why at least the one them didn't bound, but this seems to be the complaint from Kubernetes:
|
Beta Was this translation helpful? Give feedback.
13 replies
-
report-07-10-2021_22-58-33.zip Still struggling with this. Can you please take a look? Thank you |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have vanilla Kubernetes installation, and I want to use Kafka with Strimzi for production. Currently, I am organizing the whole environment with all of the applications of the system.
I encountered issues regarding the persistent volumes and storage. For now, I want to use local storage for the Kafka and zookeeper data.
My cluster has one master node and two worker nodes
I created a storage class for kubernetes with the following YAML file:
I also created persistent volume with the following YAML file:
And finally, this is my Kafka YAML used from the strimzi-.0.24.0.zip example folder and modified with class
My zookeepers fail to bind to my persistent volume can you please help me with this?
kubect_describe_all.txt
kubect_describe_pvc.txt
Beta Was this translation helpful? Give feedback.
All reactions