From bcf5ffe2b4518a5db4c3cd2d369e3a39abe4db3d Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Mon, 16 Oct 2023 12:24:16 -0700 Subject: [PATCH] Work on next module --- documentation/modules/ROOT/nav.adoc | 3 +++ documentation/modules/ROOT/pages/02-workshop-overview.adoc | 5 ++++- documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc diff --git a/documentation/modules/ROOT/nav.adoc b/documentation/modules/ROOT/nav.adoc index 3674427..d411fef 100644 --- a/documentation/modules/ROOT/nav.adoc +++ b/documentation/modules/ROOT/nav.adoc @@ -6,3 +6,6 @@ ** xref:02-workshop-overview.adoc#workshop-layout[Workshop Layout] ** xref:02-workshop-overview.adoc#review-rollout-manager[Review RolloutManager] ** xref:02-workshop-overview.adoc#deploy-application[Deploy Application] + +* xref:03-bluegreen-rollout.adoc[3. Blue-Green Rollout] +** xref:03-bluegreen-rollout.adoc#deploy-blue-green-rollout[Deploy Blue-Green Rollout] diff --git a/documentation/modules/ROOT/pages/02-workshop-overview.adoc b/documentation/modules/ROOT/pages/02-workshop-overview.adoc index 5fc7653..b768c64 100644 --- a/documentation/modules/ROOT/pages/02-workshop-overview.adoc +++ b/documentation/modules/ROOT/pages/02-workshop-overview.adoc @@ -195,4 +195,7 @@ Copy the URL into a browser and confirm that the application is running, you sho blue squares appearing and disappearing periodically as the application makes requests to it's back-end from the browser. -image::rollouts-demo-app.png[] +image::rollouts-demo-app-blue.png[] + +In the next module we will deploy a Blue-Green Rollouts version of this application and compare and contrast it to +the traditional Kubernetes Deployment version of the application we just deployed. diff --git a/documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc b/documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc new file mode 100644 index 0000000..9768e52 --- /dev/null +++ b/documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc @@ -0,0 +1,5 @@ += Blue-Green Rollout +include::_attributes.adoc[] + +[#deploy-blue-green-rollout] +== Deploy Blue-Green Rollout