Product overview
PerfectScale simplifies the right-sizing and right-scaling of Kubernetes environments
PerfectScale's agent (stateless deployment, one per K8s cluster) continuously observes scaling, resiliency, and performance metrics across the entire K8s stack, including workloads, infrastructure, etc.
The agent is constantly looking for two types of issues:
Risky under-provisioning or missing definitions that could harm uptime and SLA.
Over-provisioning, where compute resources are constantly underutilized, results in waste and excessive CO2 emission.
Those issues could affect Vertical Scaling, Horizontal Scaling, or both.
Vertical scaling
Vertical scaling refers to the amount of resources (such as CPU and memory) allocated to a particular instance like Container, Pod, Node, etc. When we scale up or down vertically, we modify the amount of resources available for each instance.
To achieve proper scheduling and runtime, all Pod's containers should have defined resources (requests, and in many cases, limits), and underlying infrastructure (worker nodes) should have the proper resource capacity to host the Pods (containers).
Horizontal scaling
Horizontal scaling refers to parallelization. To achieve the desired level of performance or resiliency, we might need multiple instances of the same workload or infrastructure (to ensure High Availability, processing parallelization, etc.)
Kubernetes and the open-source community provide multiple tools to control horizontal scaling. However, those should be tuned appropriately to bring the desired values.
PerfectScale supports the following horizontal scaling products/solutions :
HorizontalPodAutoscaler
Keda
ClusterAutoscaler
AWS Karpenter
GCP Autopilot
Last updated