Scheduling
Schedule a
nginxpod on specific node usingNodeNameSchedule a
nginxpod based on node label usingnodeSelectorTaint a node with key=spray,
value=morteinandeffect=NoSchedule. Check that new pods are not scheduled on itCreate another pod called
nginx-tolerationwithnginximage, which tolerates the above taintCreate a DaemonSet using image
fluentd-elasticsearch:1.20Add label
color=blueto one node and createnginxdeployment calledbluewith5 replicasand node Affinity rule to place the pods onto the labeled node
Last updated
Was this helpful?