When releasing an update, it all works fine (pods are destroyed one by one and the new version fired up), but if I refresh the website during a rolling update sometime I get a server unreachable error. I guess it is due to the fact the load balancer still trying to send traffic to a pod which probably in the terminating state.
How can I resolve this issue? Should I add a retry policy to the Traefik Ingressroute
or is there a way to force the pod to be removed from the load balancer before anything?