gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
190 stars 152 forks source link

Support Vertical Pod Autoscalers #162

Closed reynoldsme closed 4 months ago

reynoldsme commented 1 year ago

Describe the solution you'd like It would be great to have support for Vertical Pod Autoscalers (VPAs) in the k8s-service module just like horizontal pod autoscalers are supported today.

Describe alternatives you've considered The only alternative would be to manage the VPA as a separate object, which while possible, feels like it deviates from the Gruntwork model.

Additional context https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler https://docs.aws.amazon.com/eks/latest/userguide/vertical-pod-autoscaler.html

pras111gw commented 1 year ago

Hi @reynoldsme thank you for submitting the request. I didn't see VPA support in terraform resources, but we will review adding VPA in our eks modules soon.