0 votes
in Kubernetes K8s by
What are Daemon sets?

3 Answers

0 votes
by

A Daemon set is a set of pods that runs only once on a host. They are used for host layer attributes like a network or for monitoring a network, which you may not need to run on a host more than once.

0 votes
by

Daemon sets are a set of pods that runs on a host. They are used for host layers attributes like monitoring network or simple network.

0 votes
by
A daemon set ensures that all the eligible nodes run a copy of the pod runs only once in a host. It was created and scheduled by the daemon controller. It is a process that runs in the background and does not produce any visible output.

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...