I am new to k8s, have installed Kafka to the local cluster using helm install command and it is installed successfully and shown it using
helm list
and using
Kubectl get all -A
Command as running.
I installed Confluent.Kafka nugget package in my C# project and try to connect to the pod but it is not connected using localhost:13090 and giving no error message
Please note that the namespace of the pod is “default” while the namespace of the application pod is “my-pod”
Please advise me, thank you