Site icon Exam4Training

Which of the following descriptions of Kubernetes-related concepts is wrong?

Which of the following descriptions of Kubernetes-related concepts is wrong?
A . The Master node is the cluster control node. Each cluster requires at least one Controller node to be responsible for cluster control.
B . Node is the workload node, and Docker on the Node is responsible for running the container
C . NamesSpace is used to classify Pods. Pods of the same type have the same NameSpace.
D . Pod is the smallest control unit of Kubernetes. Containers are run in Pods. A Pod can run one or more containers.

Answer: C

Exit mobile version