exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 56 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 56
Topic #: 1
[All KCNA Questions]

What is a DaemonSet?

  • A. It's a type of workload that ensures a specific set of nodes run a copy of a Pod.
  • B. It's a type of workload responsible for maintaining a stable set of replica Pods running in any node.
  • C. It's a type of workload that needs to be run periodically on a given schedule.
  • D. It's a type of workload that provides guarantees about ordering, uniqueness, and identity of a set of Pods.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
shahy0
1 week, 2 days ago
Selected Answer: A
A DaemonSet in Kubernetes is a type of workload that ensures a copy of a Pod runs on a specific set of nodes, typically all nodes in the cluster. DaemonSets are used for deploying system-level services that need to run on every node, such as log collectors, monitoring agents, or network plugins.
upvoted 1 times
...
2211094
1 month, 3 weeks ago
Selected Answer: A
A. It's a type of workload that ensures a specific set of nodes run a copy of a Pod. A DaemonSet ensures that all (or some) nodes run a copy of a specific Pod. When a new node is added to the cluster, a Pod from the DaemonSet is automatically added to that node. When a node is removed from the cluster, the Pod is also removed.
upvoted 1 times
...
mc2301
5 months, 1 week ago
DaemonSet ensures that a copy of a Pod runs on all (or some) nodes of your cluster. DaemonSets are perfect to run infrastructure-related workload, for example monitoring or logging tools.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago