About Lesson
-
Horizontal Pod Autoscaling (HPA):
-
Configure HPA for the application to scale based on CPU or memory utilization.
-
-
Cluster Autoscaler:
-
Verify that the cluster can scale nodes dynamically based on workload demands.
-
-
High Availability:
-
Deploy multiple replicas and distribute workloads across nodes.
-
Example HPA Command:
kubectl autoscale deployment frontend --cpu-percent=50 --min=3 --max=10