Which of the following is a key benefit of container orchestration compared to running containers manually?
Orchestration platforms like Kubernetes provide automatic scaling and self-healing capabilities.
Why this answer
Container orchestration provides automated scaling, self-healing, and declarative management, which are not available when running containers manually.