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
mc2301
2 months 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 ...