Windows node in AKS can not connect to service in linux pool

Savinder Arora 6 Reputation points
2020-10-23T20:17:37.817+00:00

Node pools: 2 (Linux and Windows)
Kafka installed in Linux nodes along with other asp.net core services. So far so good.
asp.net framework 4.8 app in a container is on win node. Kafka client is not able to resolve the names.
Using "tt-kafka-kafka-bootstrap.shared" as the BootstrapServers (connection string) with Kafka client. This works for other linux nodes.
info: TaxTron.Kafka.Core.TaxConsumer[0]
StartConsumerInNewThread
info: TaxTron.Kafka.Core.TaxConsumer[0]
EnsureTopic: PRINT-ALL
Local: Broker transport failure
fail: TaxTron.Kafka.Core.TaxConsumer[0]
Local: Broker transport failure
info: TaxTron.Kafka.Core.TaxConsumer[0]
Creating topic: PRINT-ALL
fail: TaxTron.Kafka.Core.TaxConsumer[0]
Failed while waiting for controller: Local: Timed out

I think the client host can't reach the broker host due to routing or network filtering issues.

SQL Server on Azure Virtual Machines
{count} votes