EPISODE · May 31, 2026 · 13 MIN
Zero Downtime Deployments With Blue-Green Servers
from Linux Server Admin with Fexingo: Sysadmin, Bash, and Server Engineering · host Fexingo
Lucas walks Luna through the blue-green deployment pattern, a strategy that eliminates application downtime during updates by running two identical production environments and switching traffic atomically. They break down the exact steps: provisioning a standby environment, running health checks on the new version, flipping the load balancer, and rolling back instantly if something breaks. Lucas uses a concrete example of a Node.js API service behind an Nginx reverse proxy, explaining how to script the switch with a simple shell loop. Luna asks about database schema changes during a swap — Lucas explains the read-only and dual-write patterns that keep data consistent. The episode also covers the biggest risk: stale connections and in-flight requests. By the end, listeners will know exactly how to implement blue-green for their own stack without buying extra infrastructure. #BlueGreenDeployment #ZeroDowntime #DevOps #SiteReliabilityEngineering #Nginx #LoadBalancing #NodeJS #DatabaseMigrations #ContinuousDeployment #ShellScripting #ProductionDeployment #RollbackStrategy #ServerManagement #Technology #LinuxServerAdmin #FexingoBusiness #BusinessPodcast #InfrastructureAsCode Keep every episode free: buymeacoffee.com/fexingo
What this episode covers
Lucas walks Luna through the blue-green deployment pattern, a strategy that eliminates application downtime during updates by running two identical production environments and switching traffic atomically. They break down the exact steps: provisioning a standby environment, running health checks on the new version, flipping the load balancer, and rolling back instantly if something breaks. Lucas uses a concrete example of a Node.js API service behind an Nginx reverse proxy, explaining how to script the switch with a simple shell loop. Luna asks about database schema changes during a swap — Lucas explains the read-only and dual-write patterns that keep data consistent. The episode also covers the biggest risk: stale connections and in-flight requests. By the end, listeners will know exactly how to implement blue-green for their own stack without buying extra infrastructure. #BlueGreenDeployment #ZeroDowntime #DevOps #SiteReliabilityEngineering #Nginx #LoadBalancing #NodeJS #DatabaseMigrations #ContinuousDeployment #ShellScripting #ProductionDeployment #RollbackStrategy #ServerManagement #Technology #LinuxServerAdmin #FexingoBusiness #BusinessPodcast #InfrastructureAsCode Keep every episode free: buymeacoffee.com/fexingo
NOW PLAYING
Zero Downtime Deployments With Blue-Green Servers
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Mar 19, 2026 ·34m
Feb 18, 2026 ·11m
Feb 11, 2026 ·45m