Node Selectors:-
Kubernetes only schedules the pod onto nodes that have each of the labels you specify. It supports equality based selectors
kubectl label nodes <node-name> disktype=ssd
kubectl get nodes --show-labels
Node Affinity:-
Node affinity is...