I have EKS cluster setup in private subnet in which i'm having my microservices and for each microservice i have classic load balancer to access API. But response is having high latency and sometimes it just timed out.
I have service A which talks to service B and service C but as response is not coming on time from B & C service it throws error. The same case works fine in other environments(even the same code i'm having for microservices in other env.)
I have compared security groups for nodes and ELB with other environments as well but i can't see any change in that not sure why this is happening. What can be the reason for this? Is there any way to check why ELB response is this slow?