Production microservices for licensing need scheduling, automatic restarts, and scaling across a node pool. Which approach best meets those needs?
Select an answer to reveal the explanation.
Short Explanation
Orchestration is the air-traffic control for containers—where they land, when they relaunch, and how many fly. A lonely laptop container will not cover city licensing at scale. Give production a scheduler that watches health and capacity.
Full Explanation
Container orchestration platforms schedule workloads onto nodes, restart unhealthy instances, and scale replicas across a pool. Stand-alone or appliance-bound runs lack that automated placement and recovery. Production microservices typically depend on those orchestration capabilities for availability and elasticity.