Replies: 1 comment
-
Kafka is not HTTP protocol. So to use it with Ingress, you need to use TLS passthrough and TLS-SNI. So there is no need and no use for any secret configured on the Ingress level because the Ingress controller does not touch the TLS connection beyond the initial TLS-SNI handling. If your Ingress controller requires the secret, then I would suspect that it does not do TLS passthrough and will not work anyway. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Describe the bug
Kafka ingress TLS section not have secretName setted
To Reproduce
Steps to reproduce the behavior:
Install Kafka following this guide without use ExternalDNS:
kafka by cert-manager
Expected behavior
Kafka Ingress tls section has secretName setted:
Environment (please complete the following information):
Kafka cluster
Kafka Certificate
Without the secretName inside the ingress, Azure Application Gateway doesn't open the 443 port.
Thanks for the support
Cristian
Beta Was this translation helpful? Give feedback.
All reactions