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??
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Advice on moving containerised apps to kubernetes architecture | 5 | 1282 | June 19, 2019 | |
Need to create a pod for each new request from frontend service in Kubernetes | 1 | 2105 | February 7, 2019 | |
Question about pods and scalability | 2 | 638 | March 31, 2020 | |
Questions about a pod with some replicas and some conditions | 0 | 335 | June 6, 2021 | |
Running two containers in a single pod via kubectl run does not terminate the pod | 0 | 768 | May 10, 2019 |