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.
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.
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
...
Log in to ExamTopics
Sign in:
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.
shahy0
1 week, 2 days ago2211094
1 month, 3 weeks agomc2301
5 months, 1 week ago