In my minikube two services are running kafka and zookeeper. I want to access kafka service on localhost:9092 for kafka-gitops.
When I did port-forwarding using that kafka-pod and when run command of kafka-gitops it is giving timeoutException.
When I ran my kafka locally on vm , kafka-gitops is properly working with that.
To access kafka service running in minikube on localhost:9092