Skip to content

Commit 0770e97

Browse files
committed
Incorporate quick wins from first review
1 parent 62b7afa commit 0770e97

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

content/en/docs/concepts/workloads/autoscaling.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
reviewers: []
32
title: Autoscaling Workloads
43
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.
65
content_type: concept
76
weight: 40
8-
hide_summary: true # Listed separately in section index
97
---
108

119
<!-- overview -->
@@ -25,22 +23,20 @@ The first option is referred to as _horizontal scaling_, while the second is ref
2523

2624
<!-- body -->
2725

28-
## Scaling Workloads Horizontally
26+
## Scaling workloads horizontally
2927

3028
In Kubernetes, you can scale a workload horizontally using a _HorizontalPodAutoscaler_ (HPA).
3129
It is implemented as a Kubernetes API resource and a {{< glossary_tooltip text="controller" term_id="controller" >}}
3230
and periodically adjusts the number of {{< glossary_tooltip text="replicas" term_id="replica" >}}
3331
in a workload to match observed resource utilization such as CPU or memory usage.
3432

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.
3634

37-
## Scaling Workloads Vertically
35+
## Scaling workloads vertically
3836

3937
_tba_ about VerticalPodAutoscaler
4038

41-
## Scaling the Cluster
42-
43-
_tba_ about Cluster Autoscaler and Karpenter
39+
##
4440

4541
## Advanced Scenarios
4642

0 commit comments

Comments
 (0)