I have deployed an AKS cluster in a private Subnet. I assigned a internal load balancer whose IP is assigned from vnet only which is having IP 10.41.1.2
and pod IP is 10.41.0.32.
Issue here is that VM is able to connect with pod IP but not with load balancer IP.
Any IP 10.41.1. is not able to connect. But 10.41.0. is able to connect. and they come in same subnet.
Please assist.