Blue-Green Rollout
+
+Blue-Green Overview
+
+
+
+
+In a blue-green deployment we deploy a new version of the application in a separate stack from the current version with +the two versions running in parallel for a period of time. This enables testing on the new version while users continue +to access the current version of the application until a cut-over of traffic happens. The diagram below shows this process +over time.
+
+
+
+
+
+Deploy Blue-Green Rollout
diff --git a/argo-rollouts-workshop/main/_images/overview-blue-green.png b/argo-rollouts-workshop/main/_images/overview-blue-green.png
new file mode 100644
index 0000000..9047644
Binary files /dev/null and b/argo-rollouts-workshop/main/_images/overview-blue-green.png differ
diff --git a/argo-rollouts-workshop/main/index.html b/argo-rollouts-workshop/main/index.html
index 3efb21e..557e404 100644
--- a/argo-rollouts-workshop/main/index.html
+++ b/argo-rollouts-workshop/main/index.html
@@ -101,6 +101,9 @@