nerdexam
Broadcom-VMware

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…

Explain Container and Kubernetes Concepts

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)
  • B
    95% (54)
  • C
    4% (2)
  • D
    2% (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

#Kubernetes#Containers#Container Orchestration#Workload Management

Community Discussion

No community discussion yet for this question.

Full 1V0-71.21 Practice