File tree 1 file changed +3
-3
lines changed
15-EKS-HPA-Horizontal-Pod-Autoscaler
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ kubectl describe hpa/hpa-demo-deployment
66
66
kubectl get pods
67
67
```
68
68
69
- ## Step-07 : Cooldown / Scaledown
69
+ ## Step-06 : Cooldown / Scaledown
70
70
- Default cooldown period is 5 minutes.
71
71
- Once CPU utilization of pods is less than 50%, it will starting terminating pods and will reach to minimum 1 pod as configured.
72
72
73
73
74
- ## Step-08 : Clean-Up
74
+ ## Step-07 : Clean-Up
75
75
```
76
76
# Delete HPA
77
77
kubectl delete hpa hpa-demo-deployment
@@ -80,7 +80,7 @@ kubectl delete hpa hpa-demo-deployment
80
80
kubectl delete -f kube-manifests/
81
81
```
82
82
83
- ## Step-09 : Imperative vs Declarative for HPA
83
+ ## Step-08 : Imperative vs Declarative for HPA
84
84
- From Kubernetes v1.18 onwards, we have a declarative way of defining HPA policies using ` behavior ` object in yaml.
85
85
- ** Support for configurable scaling behavior**
86
86
- Starting from v1.18 the v2beta2 API allows scaling behavior to be configured through the HPA behavior field.
You can’t perform that action at this time.
0 commit comments