My goal is to do a zero downtime updates on kubernetes.
But, there is a problem related to a file upload.
the situation is when user uploads a file, webserver stores it first. and WAS saves metadatas of a file to DB.
so the problem is when we updates webservers. webserver are not gonna wait for the request to be finished. and the file uploads/downloads services are gonna be failed(if clients are conneted to a webserver which is gonna shut down).
what am i supposed to do about this?