With TopologySpreadConstraints kubernetes has a tool to spread your pods around different topology domains.Wait, topology domains? What are those? I hear you, as I had the exact same question.A topology…
Pod(Anti)Affinity
What is pod(Anti)Affinity? When a pod is scheduled to be placed on a node, Kubernetes checks what nodes a pod can be placed on.PodAffinity is a way to describe what…
High availability in Kubernetes
Why high availability (HA) Within a High Availability setup the idea is that the application you created almost never goes down.Of course this is partially up to your application itself,…