<?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 SystemsGolive</title><link>https://systemsgolive.com/tags/deployment/</link><description>Recent content in Deployment on SystemsGolive</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 systemsgolive.com and Mickael Asghar. All rights reserved.</copyright><lastBuildDate>Mon, 09 Sep 2024 16:49:36 +0100</lastBuildDate><atom:link href="https://systemsgolive.com/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes - Zero Downtime Deployments: Blue/Green Strategy</title><link>https://systemsgolive.com/post/k8s-zero-downtime-deployments-blue-green-strategy/</link><pubDate>Mon, 09 Sep 2024 16:49:36 +0100</pubDate><guid>https://systemsgolive.com/post/k8s-zero-downtime-deployments-blue-green-strategy/</guid><description>
In this guide, I'll demonstrate a blue-green deployment strategy in Kubernetes using Deployments and Services. The goal is to achieve zero downtime by running two sets of pods: the current version (v1.0, blue) and the new version (v2.0, green). I'll also explain how to roll back from green to blue if necessary.</description></item></channel></rss>