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 | 1279 | June 19, 2019 | |
Why all requests are going to the same pod when replica is set to 2? | 2 | 881 | February 24, 2024 | |
K8s pods running in the same cluster. can it be accessed with control | 5 | 336 | May 23, 2023 | |
Questions about a pod with some replicas and some conditions | 0 | 334 | June 6, 2021 | |
Need to create a pod for each new request from frontend service in Kubernetes | 1 | 2061 | February 7, 2019 |