<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deployment on Nalar</title>
    <link>https://nalar.dev/tags/deployment/</link>
    <description>Recent content in Deployment on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/deployment/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Blue-Green Deployments for Safer Zero-Downtime Releases</title>
      <link>https://nalar.dev/blue-green-deployments-zero-downtime/</link>
      <pubDate>Tue, 01 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/blue-green-deployments-zero-downtime/</guid>
      <description>&lt;p&gt;A blue-green deployment keeps two production-capable application environments. One serves live traffic while the other receives the new release. After validation, traffic is switched to the candidate environment.&lt;/p&gt;&#xA;&lt;p&gt;The pattern can make rollback fast, but it does not automatically make a release safe. Database changes, background jobs, caches, and external side effects can still make an old version incompatible with the new state.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-basic-release-sequence&#34;&gt;The basic release sequence&lt;/h2&gt;&#xA;&lt;p&gt;Assume &lt;strong&gt;blue&lt;/strong&gt; is currently live and &lt;strong&gt;green&lt;/strong&gt; will run the new version.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
