Task
Set up load balancing and auto-scaling for the payment gateway services.
Details
- Configure load balancer (AWS ALB or similar)
- Set up auto-scaling groups for each service
- Define scaling policies based on CPU/memory
- Add connection draining configuration
- Path: k8s/ingress.yaml, k8s/hpa.yaml
Test
Verify traffic distribution and scaling behavior under load.
Task
Set up load balancing and auto-scaling for the payment gateway services.
Details
Test
Verify traffic distribution and scaling behavior under load.