Blue-green deployment is a release management technique that reduces risk and minimizes downtime. It uses two production environments, known as Blue and Green to provide reliable testing, continuous no-outage upgrades, and instant rollbacks.
If you for some reason don’t use Kubernetes you still are able to release this deployment strategy for the Node.js application with Nginx and pm2.
How? You’ll find instruction in article Blue Green Deployment for Node.js Without Kubernetes
And for more interesting articles - subscribe to Tech Read channel.
Likes, shares and recommendations are welcome.
#nodejs #nginx #pm2 #deployment
If you for some reason don’t use Kubernetes you still are able to release this deployment strategy for the Node.js application with Nginx and pm2.
How? You’ll find instruction in article Blue Green Deployment for Node.js Without Kubernetes
And for more interesting articles - subscribe to Tech Read channel.
Likes, shares and recommendations are welcome.
#nodejs #nginx #pm2 #deployment
Semaphore
Blue Green Deployment for Node.js Without Kubernetes - Semaphore
Discover how to perform Blue-Green deployments from scratch without Kubernetes. Along the way you'll learn CI/CD integration, Nginx, bash scripting, and the Linux permissions system.