-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish canary module, add conclusion
- Loading branch information
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+395 KB
...ation/modules/ROOT/assets/images/argo-rollouts-dashboard-analysis-executing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= Conclusion | ||
include::_attributes.adoc[] | ||
|
||
In this workshop we learned about Argo Rollouts, how the blue-green and canary strategies work and finally using | ||
Analysis to perform automated testing of the Rollout. | ||
|
||
[#more-resources] | ||
== More Resources | ||
|
||
To learn more about Argo Rollouts, please feel free to checkout this resources: | ||
|
||
* link:https://argo-rollouts.readthedocs.io/en/stable/[Argo Rollout documentation, window='_blank'] | ||
* link:https://www.redhat.com/architect/blue-green-canary-argo-rollouts[How to do blue/green and canary deployments with Argo Rollouts,window='_blank'] | ||
* link:https://cloud.redhat.com/blog/trying-out-argo-rollouts-in-openshift-gitops-1.9[Trying out Argo Rollouts in OpenShift GitOps 1.9,window='_blank'] |