Schedular Flashcards
1
Q
What is a scheduler
A
The scheduler is the process of determining the the node in which the pod should be placed.
2
Q
How can we manually set a Node and schedule the pod to a particular node?
A
in the pod.yaml add the parameter
nodeName: node01 /controlplane