Infrastructure

Container Orchestration

Automated management of containerized application deployment, scaling, networking, and health — primarily through Kubernetes, with alternatives like Docker Swarm and Amazon ECS. Orchestrators schedule containers onto nodes, manage rolling updates, enforce resource limits, and restart failed containers. Readiness and liveness probes integrate with load balancers to route traffic only to healthy instances.

Related Protocols

See Also