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 | |
---|---|---|---|---|
Questions about a pod with some replicas and some conditions | 0 | 326 | June 6, 2021 | |
Regarding redirect request from service to pod | 1 | 132 | June 16, 2024 | |
Deploy application | 7 | 496 | November 3, 2022 | |
Deployment die | 3 | 530 | November 5, 2022 | |
Help with persistent volume | 0 | 416 | February 11, 2021 |