பல மशीன்களுக்கு முழுவதும் கொள்ளளவ்களை (containers) பDeploy செய்தல், அளவிடுதல் (scaling), நெட்வொர்க்கிங், மற்றும் நிர்வாகம் செய்வதை தன்னியக்கமாக்குகிறது. பயன்பாடுகள் பல கொள்ளளவ்களாக வளர்ந்து பல Host-களுக்கு பரவி விட்டால், கையேடு நிர்வாகம் நடைமுறைமுறையற்றதாகிவிடுகிறது — போன்ற Orchestrator-கள் இதை கையாளுகின்றன. இந்த தேவையைப் புரிந்துகொள்வது containerized applications-ஐ அளவிடுவதற்கு முக்கியமாகும்.\n\n## சிக்கல்: அளவில் கொள்ளளவ்களை நிர்வகிப்பது\n\n\n\n## Orchestrator-கள் என்ன செய்கின்றன\n\n\n\n## Kubernetes மற்றும் மாற்றுவழிகள்\n\n```text KUBERNETES (K8s) → the dominant orchestrator (industry standard); powerful, complex DOCKER SWARM → simpler, built into Docker (easier, less powerful) Managed: EKS (AWS), GKE (Google), AKS (Azure) — managed Kubernetes services Others: Nomad, ECS (AWS's own) → For large-scale container deployments, Kubernetes is the de facto standard.
