Home › MCA Cloud Computing › cloudcomputing › cloudorchestration › Container orchestration platforms like Kubernete…
Container orchestration platforms like Kubernetes primarily solve which problem?
AEncrypting hard drives on individual laptops
BConverting block storage into object storage
CScheduling, scaling, and self-healing of many containerised workloads across a cluster of nodes
DReplacing the operating system kernel with a microkernel
Answer & Solution
Correct answer: C. Scheduling, scaling, and self-healing of many containerised workloads across a cluster of nodes
Orchestrators answer "given many containers and many nodes, where should each one run, how do we scale them, and how do we restart them if they crash." The other options are unrelated concerns.
Related questions
A blue/green deployment strategy on cloud platforms primarily:Which IaC concept describes ensuring that applying the same configuration twice yields theWhat is the difference between a Kubernetes Deployment and a StatefulSet?Which Kubernetes object lets you declare a pool of pods that should always have N running,In Terraform, what is the role of the "state" file?GitOps as a deployment pattern means:A service mesh (e.g. Istio, Linkerd) primarily adds which capability to a microservices syHelm in the Kubernetes ecosystem primarily provides: