Currently, I'm running an application using VMs behind a load balancer. When I need to roll out a new version, a new set of VMs are spun up and the version gets deployed to them. The old VMs are given time to complete in-flight requests - 10 minutes in my case.
I'd like to move the whole project to Docker and Kubernetes using Microsoft's standard images for aspnet but I cannot find how in-flight requests are handled with this stack.