Problem Statement
What is the primary role of Kubernetes in containerised application deployments?
Explanation
Kubernetes is an open-source container orchestration platform that manages the deployment, scaling and operation of containerised applications across clusters of hosts. It abstracts away much of the operational complexity of running containers at scale.
