Skip to content

Commit 237782f

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
Kalyan Reddy Daida
authored and
Kalyan Reddy Daida
committed
Welcome to Stack Simplify
1 parent 6604aee commit 237782f

File tree

1 file changed

+3
-3
lines changed
  • 15-EKS-HPA-Horizontal-Pod-Autoscaler

1 file changed

+3
-3
lines changed

15-EKS-HPA-Horizontal-Pod-Autoscaler/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ kubectl describe hpa/hpa-demo-deployment
6666
kubectl get pods
6767
```
6868

69-
## Step-07: Cooldown / Scaledown
69+
## Step-06: Cooldown / Scaledown
7070
- Default cooldown period is 5 minutes.
7171
- Once CPU utilization of pods is less than 50%, it will starting terminating pods and will reach to minimum 1 pod as configured.
7272

7373

74-
## Step-08: Clean-Up
74+
## Step-07: Clean-Up
7575
```
7676
# Delete HPA
7777
kubectl delete hpa hpa-demo-deployment
@@ -80,7 +80,7 @@ kubectl delete hpa hpa-demo-deployment
8080
kubectl delete -f kube-manifests/
8181
```
8282

83-
## Step-09: Imperative vs Declarative for HPA
83+
## Step-08: Imperative vs Declarative for HPA
8484
- From Kubernetes v1.18 onwards, we have a declarative way of defining HPA policies using `behavior` object in yaml.
8585
- **Support for configurable scaling behavior**
8686
- Starting from v1.18 the v2beta2 API allows scaling behavior to be configured through the HPA behavior field.

0 commit comments

Comments
 (0)