Skip to content
Discussion options

You must be logged in to vote

Re 1) The tls: true stands for encryption. So by setting this, you do not set any authentication. So when you combine it with the authentication type: scram-sha-512, you get the SCRAM authentication over TLS encrypted connection. The only thing wrong in your example is the type: nodeport which should not be there.

Re 2) This is a bit more complicated as it depends on your Kubernetes networking etc. In general, it should be possible without any problems in most cases. You just connect to the bootstrap address as presented in the status of the Kafka resource. But in some cases it could be that there is some network level isolation between namespaces etc. => in that case you would need someo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@purbanow
Comment options

@scholzj
Comment options

@purbanow
Comment options

Answer selected by purbanow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants