Incorporate quick wins from first review

This commit is contained in:
Daniel Bodky 2024-01-31 20:43:29 +01:00
parent 62b7afaced
commit 0770e974cc
No known key found for this signature in database
GPG Key ID: 9E12D1B1F1A84FA8
1 changed files with 5 additions and 9 deletions

View File

@ -1,11 +1,9 @@
---
reviewers: []
title: Autoscaling Workloads
description: >-
With Autoscaling, you can automatically update your workloads or infrastructure in one way or another. This allows your cluster to react to changes in resource demand more elastically and efficiently.
With autoscaling, you can automatically update your workloads in one way or another. This allows your cluster to react to changes in resource demand more elastically and efficiently.
content_type: concept
weight: 40
hide_summary: true # Listed separately in section index
---
<!-- overview -->
@ -25,22 +23,20 @@ The first option is referred to as _horizontal scaling_, while the second is ref
<!-- body -->
## Scaling Workloads Horizontally
## Scaling workloads horizontally
In Kubernetes, you can scale a workload horizontally using a _HorizontalPodAutoscaler_ (HPA).
It is implemented as a Kubernetes API resource and a {{< glossary_tooltip text="controller" term_id="controller" >}}
and periodically adjusts the number of {{< glossary_tooltip text="replicas" term_id="replica" >}}
in a workload to match observed resource utilization such as CPU or memory usage.
There is a [walkthrough example](../../../tasks/run-application/horizontal-pod-autoscale-walkthrough.md) of configuring a HorizontalPodAutoscaler for a Deployment.
There is a [walkthrough example](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough) of configuring a HorizontalPodAutoscaler for a Deployment.
## Scaling Workloads Vertically
## Scaling workloads vertically
_tba_ about VerticalPodAutoscaler
## Scaling the Cluster
_tba_ about Cluster Autoscaler and Karpenter
##
## Advanced Scenarios