aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 320 forks source link

[EKS] [Feature]: Multidimensional pod autoscalling #2051

Open pmacieje opened 1 year ago

pmacieje commented 1 year ago

Tell us about your request

Implenetation of Multidimentional Pod Autoscalling for EKS.

Which service(s) is this request for?
EKS

Are you currently working around this issue?

Currently I didn't found any workaround because you can use VerticalPodAutoscalling or HorizaontalPodAutoscalling for pods ... can't use both.

Additional context

Such kind of feature is implemented in GKE.

Attachments

Documentation from GoogleCloud about MPA feature in GKE:

https://cloud.google.com/kubernetes-engine/docs/how-to/multidimensional-pod-autoscaling#using_multidimensional_pod_autoscaling

saireddyb commented 9 months ago

Is there any roadmap for implementing this feature.