exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 188 discussion

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

What is the main purpose of a DaemonSet?

  • A. A DaemonSet ensures that all (or certain) nodes run a copy of a Pod.
  • B. A DaemonSet ensures that the kubelet is constantly up and running.
  • C. A DaemonSet ensures that there are as many pods running as specified in the replicas field.
  • D. A DaemonSet ensures that a process (agent) runs on every node.
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
8378ffe
2 months, 2 weeks ago
Selected Answer: A
A!! The main purpose of a Kubernetes DaemonSet is to ensure that a copy of a specified pod runs on all (or selected) nodes in a cluster. DaemonSets are ideal for deploying background services or node-local tools, such as logging agents, monitoring tools, or network helpers, that need to be present on every node to provide essential cluster functionality. The DaemonSet controller automatically adds the designated pod to new nodes joining the cluster and removes it from nodes that are removed, maintaining the desired state across the cluster
upvoted 1 times
...
Zangi
4 months, 1 week ago
Selected Answer: D
Absolutely D. The other options are factually incorrect.
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 ...