Infrastructure

Rolling Update

A deployment strategy that replaces application instances one at a time (or in small batches), maintaining availability throughout by ensuring a minimum number of healthy instances at all times. Unlike blue-green deployments, rolling updates require only one production environment but briefly run mixed versions. Kubernetes implements rolling updates via Deployment objects with configurable maxUnavailable and maxSurge parameters.

संबंधित प्रोटोकॉल

गाइड में उल्लिखित

यह भी देखें