I have 2 separate deployments on EKS. The first one takes messages from the redis queue, does some processing and calls the second service running behind an internal Amazon ALB.
Problem : While scaling the application, both services are scaled independently. But the problem is once the pods for the first service have been scaled up, the newly added pods for the second service aren't receiving any traffic. Is there a setting problem in ALB or something else?