0 votes
in Kubernetes K8s by
What are the uses of Daemon sets?

1 Answer

0 votes
by

The uses of Daemon sets are as follows: 

  1. It runs cluster storage such as ceph, and glusterd on each node.
  2. It runs the logs collection of daemons on every node such as fluentd or filebeat.
  3. It runs node monitoring on every node.

Related questions

0 votes
asked May 19, 2023 in Kubernetes K8s by sharadyadav1986
+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
...