How Daemonsets schedule in kk8s?

Hi, i have question in Daemonsets and i want to know how these kinds scheduled in k8s. in one of the video said with nodeName bypass schedule component and going on node but in newer version use affinity to going on nodes. in video of static pods said both daemonsets and static pods are ignored the schedule component. how we can do it?

Hi @pouriya-bp

Daemonset doesn’t ignore the schedule. Without a scheduler, Daemonset will stay pending state until the scheduler is up like pod and deployment.

Static pod can work without a schedule because it’s deployment on the node where the file is created no need scheduling.