Notes on scalability
As noted, Hubro is a Kubernetes-based software deployment. Scalability can be ensured by properly allocating resources to the Kubernetes cluster, and setting the autoscaling strategy appropriately.
The Horizontal Pod Autoscaling strategy can be adjusted by modifying the minReplicas
, maxReplicas
, and averageUtilization
values of the autoscaling
block of the configuration yaml that is passed to the Helm at the time of installation.
Last modified: 23 September 2024