- Check if one of the nodes in the cluster has taints (doesn't matter which node)
- Create a taint on one of the nodes in your cluster with key of "app" and value of "web" and effect of "NoSchedule"
- Explain what it does exactly
- Verify it was applied
- Run a Pod that will be able to run on the node on which you applied the taint
Click here to view the solution.