Comments on Create a Daemonset in Kubernetes

A DaemonSet ensures that all nodes run a copy of a Pod. Normally, the node that a Pod runs on is selected by the scheduler but  DaemonSet pods are created and scheduled by the DaemonSet controller.

0 Comment(s)

Add comment

Please register in our forum first to comment.