opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

[Enhancement][opensearch-dashboards] Add support for memory utilization in HorizontalPodAutoscaler #529

Closed Simple-Analysis closed 6 months ago

Simple-Analysis commented 6 months ago

Is your feature request related to a problem? Please describe. Our Dashboards are fairly memory intensive, so we have had to modify the HPA created by the helm chart to support autoscaling based on memory utilization.

Describe the solution you'd like This feature request would enable support for memory utilization as for HPA metrics.

prudhvigodithi commented 6 months ago

[Triage] Hey @Simple-Analysis, yes can add the HPA to the dashboard https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/, we can add a enablePodAutoscaling option in the values and update the templates with HPA, please let us know if you are interested in contributing to this :), example https://stackoverflow.com/a/70675287. Thanks @bbarani @TheAlgo @DandyDeveloper @peterzhuamazon @gaiksaya

Simple-Analysis commented 6 months ago

[Triage] Hey @Simple-Analysis, yes can add the HPA to the dashboard https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/, we can add a enablePodAutoscaling option in the values and update the templates with HPA, please let us know if you are interested in contributing to this :), example https://stackoverflow.com/a/70675287.

I created a PR along with this issue.

530

prudhvigodithi commented 6 months ago

Thanks @Simple-Analysis I will take a look at the PR.

Simple-Analysis commented 6 months ago

Closing since #530 has been merged