Scalability
  • 25 Jan 2024
  • 1 Minute to read
  • Contributors
  • PDF

Scalability

  • PDF

Article summary

Knovvu platform utilizes the mechanisms provided by Kubernetes in order to efficiently and dynamically handle the increasing demand for resources. When additional resources are needed, standard worker VMs can be easily added to meet this requirement.

Horizontal Pod Autoscaling (HPA) in Kubernetes is such a feature that automates the adjustment of the number of replicas in response to changing workload demands. By defining target metrics such as CPU utilization or custom metrics, HPA continuously monitors and compares these metrics to predefined thresholds. When observed metrics exceed or fall below the target, HPA triggers dynamic scaling decisions, automatically adjusting the number of running instances. This ensures that applications can efficiently scale in or out, optimizing resource utilization and responsiveness to varying levels of demand.


Next topic: High Availability


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.