1:1 mapping of end user to pods

I want deploy my conatiner image on kubernetes and want that at a time only one user access a single pod, if new user come then it will spin another pod and redirect that request to that pod. So what will happen to the request while the controller is spinning one more pods, will that request get failed, keep waiting or gets redirect to first pod??