I have a setup on Google Cloud where an Internal HTTP Load Balancer routes request to a Managed Instances Group containing multiple VMs.
If I configure a retry policy that e.g retries 50x
HTTP errors, will the Load Balancer retry the request on the exact same VM as the original request was made on, or will the load balancer pick the VM for the retry randomly using the configured load balancing algorithm?
Is there some documentation around this behavior?