I have the following setup for kafka running in a k3s environment.
The source for which can be found in git.
Zookeeper starts up without a hitch and is happy.
However kafka the first replica starts fine, however it never gets to the second replica since the readinessProbe fails.
I can ping kafka by the FQDN name, ping kafka-app-0.kafka-app.avc.svc.cluster.local
.
however nc kafka-app-0.kafka-app.svc.cluster.local 9093
fails.
On the local minikube environment this works 100%.
I'd like to think I have tried all avenues to debug this but I keep hitting a brick wall, is there anything you could suggest to assist me with this?