Distribute your application across different availability zones in AKS using Pod Topology Spread Constraints
This is the last blog post of a series of posts covering the topic about increasing the application availability on Azure Kubernetes Service / Kubernetes.
Today we cover the pod topology spread constraints.
What are pod topology spread constraints?
In the first post of the series, I talked about the pod disruption budget. The PDB guarantees that a certain amount of your application pods is available.
The Read more [...]