You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
Long application start time is a known problem for more traditional workloads running in containerized applications, especially Java workloads. This delay can negatively impact the user experience and overall application performance. One potential solution is to provide additional CPU resources to pods during their startup phase, but this can lead to waste if the extra CPU resources are not set back to their original values after the pods are ready.
We're proposing to allow VPA to boost the CPU request and limit of containers during the pod startup and to scale the CPU resources back down when the pod is Ready, leveraging the in-place pod resize Kubernetes feature.
Which component are you using?:
vertical-pod-autoscaler
/area vertical-pod-autoscaler
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
Long application start time is a known problem for more traditional workloads running in containerized applications, especially Java workloads. This delay can negatively impact the user experience and overall application performance. One potential solution is to provide additional CPU resources to pods during their startup phase, but this can lead to waste if the extra CPU resources are not set back to their original values after the pods are ready.
We're proposing to allow VPA to boost the CPU request and limit of containers during the pod startup and to scale the CPU resources back down when the pod is Ready, leveraging the in-place pod resize Kubernetes feature.
Describe the solution you'd like.:
Draft AEP: #7863
The text was updated successfully, but these errors were encountered: