Scheduling pods on Nodes
Aug 22, 2023 · 3 min read · 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...
Join discussion