1V0-71.21 · Question #5
What is the relationship between Kubernetes and containers?
The correct answer is B. Kubernetes provides a platform for managing containerized workloads. Kubernetes is an open-source orchestration system designed specifically to deploy, scale, and manage containerized applications across clusters of machines, making B the correct answer. Option A is wrong because containers are the fundamental unit Kubernetes manages - the two…
Question
What is the relationship between Kubernetes and containers?
Options
- AThere is no relationship between Kubernetes and containers
- BKubernetes provides a platform for managing containerized workloads
- CKubernetes is a place where you store container images
- DKubernetes provides a way to build containers
How the community answered
(57 responses)- B95% (54)
- C4% (2)
- D2% (1)
Explanation
Kubernetes is an open-source orchestration system designed specifically to deploy, scale, and manage containerized applications across clusters of machines, making B the correct answer. Option A is wrong because containers are the fundamental unit Kubernetes manages - the two are deeply intertwined. Option C describes a container registry (like Docker Hub or Amazon ECR), which is a separate concept from Kubernetes. Option D describes a container runtime or build tool like Docker or Buildah - Kubernetes consumes already-built container images but does not build them itself.
Memory tip: Think of containers as shipping containers and Kubernetes as the port authority - it doesn't manufacture or store the containers, it orchestrates where they go, how many run, and keeps them running smoothly.
Topics
Community Discussion
No community discussion yet for this question.