Akamai acquires LayerX, delivering end-to-end security and real-time AI usage control to any browser. Get details
Background

Kubernetes (down)scaling: combining autoscalers for minimal resource allocations

In this lab, you will learn how:

You can scale your workloads with the horizontal autoscaler

The cluster autoscaler works (e.g., the autoscaler does not look at memory and CPU)

To combine the horizontal and cluster autoscaler to expand and shrink your cluster nodes efficiently

You can reduce costs by turning off workloads when you don’t need them. For example, you might want to avoid running any workload in a dev cluster during the evening and reduce the number of worker nodes. Or you could run a web service only where there are actual requests. In all of those cases, you need to balance the need to scale the number of replicas and worker nodes.

Share