spinkube / spin-operator

Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://www.spinkube.dev/docs/overview/
Other
185 stars 23 forks source link

Consider implementing scale sub-resource on `SpinApp` so that HPA/KEDA can point directly at `SpinApp` #24

Open calebschoepp opened 9 months ago

calebschoepp commented 9 months ago

This would allow the spin operator to handle the scaling of the underlying deployment and would obviate the need for enableAutoscaling field.

bacongobbler commented 8 months ago

Is #86 potentially relevant here?

calebschoepp commented 8 months ago

Is #86 potentially relevant here?

Yep, one more reason to want to support /scale. IMO still not urgent though.

calebschoepp commented 8 months ago

While I still don't think this is super urgent I'm kind of spinning my wheels looking for something to build so I'm going to assign myself here and take a crack at this issue.

asteurer commented 3 months ago

Fixed: https://github.com/spinkube/spin-operator/pull/268