Zero downtime deployment Spring Cloud Gateway Zero downtime deployment Spring Cloud Gateway kubernetes kubernetes

Zero downtime deployment Spring Cloud Gateway


Kubernetes Deployments use a rolling update model to achieve zero downtime deploys. New pods are brought up and allowed to become ready, then added to the rotation, then old ones are shut down, repeat as needed.