microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Support auto-scaling for the main microcks Deployment #109

Open robvalk opened 8 months ago

robvalk commented 8 months ago

Reason/Context

Microcks's high performance makes it deal for both functional and performance testing. However fixed scaling for the core microcks Deployment makes it hard to scale the microcks layer up and down for performance testing.

Description

Supporting auto-scaling of the microcks Deployment , via standard k8s auto-scaling constructs.

Implementation ideas

Include a HorizontalPodAutoscaler in the k8s resources managed from the Microcks CR. Or make the Microcks CR implement the scale sub-resource, allowing e.g. HPA or KEDA to control auto-scaling.

yada commented 8 months ago

Hi @robvalk,

I'm sorry for the long delay in our answer on this issue.

This topic is essential for Microcks adopters running it at scale and with advanced GitOps expertise and practices. So, we are working on a new operator to manage all Microcks configurations using customer resources for advanced community users.

Please see and join us on this new repo: https://github.com/microcks/microcks-operator

Looking forward to your ideas/comments/validation on this new operator (WIP).

Regards, Yacine