📝 Explanation:
• The node is tainted with key=value:NoSchedule, meaning no pod can be scheduled unless it has a matching toleration.
• The Pod has:
• key: key
• value: value
• effect: NoSchedule
• This is an exact match, so the scheduler allows it on the tainted node.
#devops #kubernetes #interview #quiz #k8s
コメント