Extend the Astarte CR to support the k8s HPA using the autoscaling feature gate. The autoscaler.horizontal field in an Astarte component's spec allows to reference an HorizontalPodAutoscaler object.
Since queue distribution does not allow for underscaling, RabbitMQ and DataUpdaterPlant are not autoscalable. For persistency reasons, neither is the in-cluster Cassandra deployment.
Extend the Astarte CR to support the k8s HPA using the
autoscaling
feature gate. Theautoscaler.horizontal
field in an Astarte component's spec allows to reference anHorizontalPodAutoscaler
object. Since queue distribution does not allow for underscaling, RabbitMQ and DataUpdaterPlant are not autoscalable. For persistency reasons, neither is the in-cluster Cassandra deployment.