Three Steps to Zero-Downtime Deployments on AWS EKS

Glasskube engineer Jakob shares his experience achieving zero-downtime deployments on AWS EKS. The article delves into the workings of the AWS Load Balancer Controller, highlighting two potential downtime issues during rolling updates: health check delays and pod termination delays. Three solutions are presented: enabling Pod Readiness Gates, implementing graceful application shutdown, and using a sidecar container or adding a termination delay within the application. These three steps effectively prevent 502/504 errors during rolling updates, resulting in 100% zero-downtime deployments.
Read more