+1 vote
in Kubernetes K8s by
Why use Daemon sets?

1 Answer

0 votes
by

Daemon sets are used because:

  1. It enables to runs storage platforms like ceph and glusterd on each node.
  2. Daemon sets run the logs collection on every node such as filebeat or fluentd.
  3. It performs node monitoring on each and every node.

Related questions

0 votes
asked May 19, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked May 23, 2021 in Kubernetes K8s by sharadyadav1986
...