Chapter 13: Kubernetes Scaling and Autoscaling
Chapter 13 of 15
Chapter 13: Kubernetes Scaling and Autoscaling
13.1 Manual Scaling
kubectl scale deployment my-deployment --replicas=5
13.2 Horizontal Pod Autoscaler
Automatically scale based on metrics.