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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly