Kubernetes - Scheduling
Given this pod spec snippet, what will happen if a pod with label
app: frontend is scheduled?affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
app: backend
topologyKey: kubernetes.io/hostname