Huawei
H13-831_V2.0 · Question #213
Which of the following statements about Kubernetes objects is wrong?
The correct answer is D. Users must create Kubernetes objects using yaml files. See the full explanation below for the reasoning.
Advanced Compute and Container Architecture Design
Question
Which of the following statements about Kubernetes objects is wrong?
Options
- ADaemonSet is associated with a node. If a node fails, DaemonSet will not be recreated on another
- BIt is not recommended to use ReplicaSet directly. It is recommended to call ReplicaSet in Deployment
- CStatefulSet provides a fixed name for each Pod, and provides a fixed access domain name for each
- DUsers must create Kubernetes objects using yaml files
How the community answered
(45 responses)- A4% (2)
- B7% (3)
- C13% (6)
- D76% (34)
Topics
#DaemonSet#ReplicaSet#StatefulSet#Kubernetes objects
Community Discussion
No community discussion yet for this question.