Skip to content

Commit

Permalink
Work on next module
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 16, 2023
1 parent 91dde11 commit bcf5ffe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
5 changes: 4 additions & 1 deletion documentation/modules/ROOT/pages/02-workshop-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Blue-Green Rollout
include::_attributes.adoc[]

[#deploy-blue-green-rollout]
== Deploy Blue-Green Rollout

0 comments on commit bcf5ffe

Please sign in to comment.