Container orchestration system
- Kubernetes manages containers at scale.
- Run many containers across many machines
- With auto-scaling, load balancing, and self-healing
Docker Compose limits:
- ❌ Single machine (mostly)
- ❌ No real auto-scaling
- ❌ No self-healing
- ❌ Manual restarts
Components
Deploy to Cluster
Real Practice