Labels
view the node labels
kubectl get node --show-labelsset the node labels
kubectl label nodes node1 hardware=high-speckubectl label nodes node2 hardware=low-specSelect the node for pod deployment
spec:
...
nodeSelector:
hardware: high-spec