Scheduling

  1. Schedule a nginxpod on specific node using NodeName

  2. Schedule a nginxpod based on node label using nodeSelector

  3. Taint a node with key=spray, value=mortein and effect=NoSchedule. Check that new pods are not scheduled on it

  4. Create another pod called nginx-toleration with nginx image, which tolerates the above taint

  5. Create a DaemonSet using image fluentd-elasticsearch:1.20

  6. Add label color=blue to one node and create nginx deployment called blue with 5 replicas and node Affinity rule to place the pods onto the labeled node

Last updated

Was this helpful?