The current recommendation JSON has the recommendation_terms section which is missing an important information of how many replicas of a container is observed in that duration.
As we expect data for 24 hrs, there are higher chances that the pod count might have been changed during that period, so with the sum and avg values passed to kruize we can have a guesstimate on the min max & avg pods which have been observed in data.
As kruize currently doesnt have a way to get the distinct pod info from the update results, we can now calculate a guesstimate of it from data
The current recommendation JSON has the
recommendation_termssection which is missing an important information of how many replicas of a container is observed in that duration.As we expect data for 24 hrs, there are higher chances that the pod count might have been changed during that period, so with the sum and avg values passed to kruize we can have a guesstimate on the
minmax&avgpods which have been observed in data.As kruize currently doesnt have a way to get the distinct pod info from the update results, we can now calculate a guesstimate of it from data