It is rigth, a daemonset ensure a pod is scheduled on every node, you can view it on your cluster using kubectl get daeamonset --all-namespaces, some use cases are fluentd (for logs collection), some CNI implementations as weave, flannel or calico, also you can view its details using kubectl describe daemonset namedaemonset -n namespace.