Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] VPA #318

Open
lucasfcnunes opened this issue Jul 25, 2024 · 0 comments
Open

[Feature Request] VPA #318

lucasfcnunes opened this issue Jul 25, 2024 · 0 comments

Comments

@lucasfcnunes
Copy link




Is your feature request related to a problem? Please describe.
Popeye doesn't have recommendations about VPA.

On https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md#intro

Vertical Pod Autoscaler (VPA) frees users from the necessity of setting up-to-date resource limits and requests for the containers in their pods. When configured, it will set the requests automatically based on usage and thus allow proper scheduling onto nodes so that appropriate resource amount is available for each pod. It will also maintain ratios between limits and requests that were specified in initial containers configuration.

It can both down-scale pods that are over-requesting resources, and also up-scale pods that are under-requesting resources based on their usage over time.

Autoscaling is configured with a Custom Resource Definition object called VerticalPodAutoscaler. It allows to specify which pods should be vertically autoscaled as well as if/how the resource recommendations are applied.

To enable vertical pod autoscaling on your cluster please follow the installation procedure described below.

Describe the solution you'd like
Include VPA alignment recommendations and scores.

Describe alternatives you've considered
None

Additional context
NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant