Luc Caocaoluc.hashnode.dev·Aug 13, 2024Kubernetes - Inter-Pod Affinity And Anti-AffinityInter-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:...#podaffinity
Aman Gauraman1011.hashnode.dev·Jun 18, 2024Ain't No Way That's Taint: Resolving PodAffinity Issues in KubernetesWhile working with taints and tolerations in Kubernetes, I encountered an interesting scenario. I had a cluster with four control-plane nodes, each running an etcd pod except one. My goal was to deploy a log-collection service on each control-plane n...podantiaffinity