Skip to content

Pool Manager creates more pods than poolsize #2126

Discussion options

You must be logged in to vote

Hi @AnatoliyYakimov,

Fission ensure we have a number of warm pods ready, as per pool size. I see we see two pods with a replicaset, which means they are still with the pool manager. One of them is in terminating and another in running state.

No of specialized pods(function is loaded into a pod and its serving function) can vary depending on the number of requests the function is serving. Typically when the pod is specialized, we keep it until the point it is serving requests. After idle time of 2 minutes, we clean up the pod.

However, all said above there can be few situations, where you would see more no of pods in a momentary situation, as Fission doesn't have the strict guarantee.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sanketsudake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2104 on July 26, 2021 04:40.