Unable to deploy Kafka cluster with own certificates #8032
Unanswered
Sai-Charan-Madhvaraj
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I guess you should check the docs and make sure you are following them properly. I do not see anywhere that you create the secret with the key. You should also double-check that the certificate you use as a CA is actually allowed to be used as a CA which is another common issue. |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are trying to deploy kafka cluster with our own certificates but unable to.
Here are the steps doing
Created a CSR and Key file and got it signed certificate from organisation root CA.
Created a two secrets in kubernetes cluster.
kubectl label secret $kafkaclustername-cluster-ca-cert strimzi.io/kind=Kafka strimzi.io/cluster=$kafkaclustername
kubectl label secret $kafkaclustername-cluster-ca strimzi.io/kind=Kafka strimzi.io/cluster=$kafkaclustername
Next in Kafka CR file , we made below changes.
Once the cluster is deployed, seeing below error in the zookeeper pods.
Next we tried updating the ca.crt in the cluster-ca-cert to just Root CA cert of organization and tried to deploy but resulted in same error.
Also we dont have the Private key of intermediate or root certificates.
Beta Was this translation helpful? Give feedback.
All reactions