You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/autoscaling.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
---
2
-
reviewers: []
3
2
title: Autoscaling Workloads
4
3
description: >-
5
-
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.
4
+
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.
6
5
content_type: concept
7
6
weight: 40
8
-
hide_summary: true # Listed separately in section index
9
7
---
10
8
11
9
<!-- overview -->
@@ -25,22 +23,20 @@ The first option is referred to as _horizontal scaling_, while the second is ref
25
23
26
24
<!-- body -->
27
25
28
-
## Scaling Workloads Horizontally
26
+
## Scaling workloads horizontally
29
27
30
28
In Kubernetes, you can scale a workload horizontally using a _HorizontalPodAutoscaler_ (HPA).
31
29
It is implemented as a Kubernetes API resource and a {{< glossary_tooltip text="controller" term_id="controller" >}}
32
30
and periodically adjusts the number of {{< glossary_tooltip text="replicas" term_id="replica" >}}
33
31
in a workload to match observed resource utilization such as CPU or memory usage.
34
32
35
-
There is a [walkthrough example](../../../tasks/run-application/horizontal-pod-autoscale-walkthrough.md) of configuring a HorizontalPodAutoscaler for a Deployment.
33
+
There is a [walkthrough example](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough) of configuring a HorizontalPodAutoscaler for a Deployment.
0 commit comments