How to Prioritize Applications in Azure Kubernetes Service
-
You may be needing to make a certificate authority rotation or experiencing a crash. In Azure Kubernetes Service (AKS), all pods are assigned the same priority, except the default pods that are created along with AKS. This means all pods will restart randomly. By assigning priority, you can secure that all systems function properly after reboot.Read the new guide by Florent Appointare, a Microsoft Engineer, on how to use Pod Priority to ensure seamless AKS work in case your systems need or incur a reboot.