Hi everyone,
We have deployed our app in EKS. We are using stateful set to deploy the app. We have configured the VPA which is suggesting proper memory and cpu limits in recommendations. But our stateful set is not applying that on its own, it is taking the recommended limit when we are manually restarting the stateful set.
I tried looking up about the issue and got to know that VPA works with deployment kind not the stateful set.
Can anyone suggest me how we can make VPA work with stateful set?
Thank you.