quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Kubernetes resource generation: ability to generate an HPA

Open loicmathieu opened this issue 2 years ago • 2 comments

Description

Hi,

Currently, the Kubernetes resource generation covers almost all that is necessary for a typical deployment except the Horizontal Pod Autoscaler. It would be greate to have it covered.

Implementation ideas

No response

loicmathieu avatar Nov 24 '22 15:11 loicmathieu

/cc @Sgitario, @geoand, @iocanel

quarkus-bot[bot] avatar Nov 24 '22 15:11 quarkus-bot[bot]

Yup, it's fairly normal to need to have a HPA in place. The only mention of it, is some intention to create it in the future - https://github.com/quarkusio/quarkus/blob/5bc05ee35365a905f0e9e37f248c38688a81caaf/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/QuarkusFileWriter.java#L59

lintong avatar Feb 13 '24 16:02 lintong