mercari / tortoise

Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
MIT License
317 stars 14 forks source link

Resource limit management from Tortoise #318

Closed sanposhiho closed 4 months ago

sanposhiho commented 5 months ago

Currently, tortoise keeps the ratio of the resource request to the resource limit. e.g., if CPU req is 3 and limit is 6 and tortoise change the req to 1, the limit is changed to 2. It means how proper the resource limit is, that depends on how people configure the resource limit in the first place.

It proposes Tortoise managing the resource limit as well so that the platform team can apply the recommendation to all deployments.

sanposhiho commented 5 months ago

Also, we want to have a new admin configuration MinimumCPULimit.