mercari / tortoise

Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
MIT License
400 stars 15 forks source link

Stop depending on VPA mutating webhook for updating Pods #352

Closed sanposhiho closed 7 months ago

sanposhiho commented 7 months ago

We've been using VPA's Pod webhook to update Pods by the recommendation. That's because we can reduce the development cost of Pod mutating webhook in tortoise.

But, recently, for those features, we ended up creating the Pod mutating webhook.

Then, rather than using VPA's Pod mutating webhook for something and using Tortoise's Pod mutating webhook for another thing, just using Tortoise's Pod mutating webhook is simpler and easier to maintain.