Skip to content
Discussion options

You must be logged in to vote

The user credentials are not available anywhere in the Kafka pod. They are available in the secret created by the user operator. If you want to use them you can either copy them from there or mount it into the pod. Also, the general recommendation is to not run any commands from the broker or ZooKeeper pods - you should always start new separate pod for it to make sure you do not disturb the Kafka cluster (by starting a new JVM inside the broker pod you can for example cause resource issues etc.).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mjrepo2
Comment options

@scholzj
Comment options

@mjrepo2
Comment options

@scholzj
Comment options

@mjrepo2
Comment options

Answer selected by mjrepo2
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