<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rolling-Update on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/rolling-update/</link><description>Recent content in Rolling-Update on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/rolling-update/index.xml" rel="self" type="application/rss+xml"/><item><title>Rolling Updates</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/03-module/004-rolling-updates/</link><pubDate>Fri, 18 Jul 2025 09:01:29 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/03-module/004-rolling-updates/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers rolling updates in Kubernetes, including their process, benefits, command usage, and best practices for achieving zero-downtime deployments and safe application upgrades.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-rolling-updates"&gt;Introduction to Rolling Updates&lt;/h2&gt;
&lt;p&gt;Rolling updates in Kubernetes allow applications to be updated with zero downtime by incrementally replacing old pods with new ones. This approach ensures continuous availability and minimizes risk during upgrades.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="how-rolling-updates-work"&gt;How Rolling Updates Work&lt;/h2&gt;
&lt;p&gt;A rolling update gradually replaces instances of the previous version of an application with the new version, one pod at a time. Kubernetes manages the process, ensuring that a specified number of pods are always available during the update.&lt;/p&gt;</description></item></channel></rss>