nerdexam
Huawei

H13-821_V3.0 · Question #354

The smallest unit of Kubernetes orchestration is the container, which can be managed through Pod.

The correct answer is B. False. Option B is correct because the statement reverses the actual relationship: the Pod, not the container, is the smallest deployable and schedulable unit in Kubernetes. Kubernetes does not manage containers directly; instead, it manages Pods, and each Pod contains one or more…

Compute and Container Solution Design on Huawei Cloud

Question

The smallest unit of Kubernetes orchestration is the container, which can be managed through Pod.

Options

  • ATrue
  • BFalse

How the community answered

(51 responses)
  • A
    20% (10)
  • B
    80% (41)

Explanation

Option B is correct because the statement reverses the actual relationship: the Pod, not the container, is the smallest deployable and schedulable unit in Kubernetes. Kubernetes does not manage containers directly; instead, it manages Pods, and each Pod contains one or more containers that share networking and storage resources.

Option A is wrong because it accepts the flawed premise that containers are the orchestration unit. While containers are the core runtime component, Kubernetes abstracts above them - you schedule, scale, and monitor Pods, not individual containers.

Memory tip: Think of a Pod as the "shipping crate" and containers as the "cargo" inside it. Kubernetes moves crates, not loose cargo.

Topics

#Kubernetes fundamentals#Pod architecture#Container orchestration#Kubernetes objects

Community Discussion

No community discussion yet for this question.

Full H13-821_V3.0 Practice