Kubernetes - Inter-Pod Affinity And Anti-Affinity
Inter-pod affinity inter-pod affinity means that the pod wants to be on the same topology as the matching pod. spec: affinity: podAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions:...
Aug 13, 20244 min read6