Using the CI/CD Process to Achieve NIST 800-53 Compliance
Download Whitepaper Now
DEC 13 WEBINAR REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
For an organization, in any environment, the day is never too far when the code and software need change or an upgrade. As this change is inevitable, the goal of DevOps is to mitigate the troubles associated with it, like downtime and last-minute failure.
May 11, 2021
In software delivery, a Blue-Green deployment strategy (sometimes known as Red Black Deployment) is one where the old and the new instances of the application or microservice run in parallel at the same time in production, and a load balancer switches traffic from the older version to the newer version.
April 9, 2021
Spinnaker introduced traffic management in Kubernetes deployments in version 1.14. In this blog, we discuss the Blue/Green deployment strategy and how to configure in Spinnaker using traffic management. Red/Black or Blue/Green Strategy : Red/Black is to deploy a new version of your application alongside the existing version(s), send client traffic to the new version, and then disable traffic […]
September 22, 2019