Seamless Blue-Green Deployment of Node.js App on Kubernetes
In this project, I gained experience with blue-green deployment in Kubernetes. This approach allows for zero-downtime updates by maintaining two identical environments: ‘blue’ hosts the current version, while ‘green’ runs the updated version. Once th...
Oct 16, 20248 min read9
