Hi,
I am looking for a solution as whenever I trigger a HTTP endpoint of my loadbalancer service, I would like the request to be triggered all the underlying backend pods rather than just picking one pod based on LB rules? Because I want to update some data inside the pods at the same time with the single trigger.
Is there a possibility that I achieve with Traefik. We use Traefik as our Ingress Controller.
//Sree