From 79e647ec2fec4ba8cf5bdf3693553d3503c99404 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Fri, 27 Mar 2020 12:05:54 +0000 Subject: [PATCH] Created Other Deployment Scenarios (markdown) --- Other-Deployment-Scenarios.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Other-Deployment-Scenarios.md diff --git a/Other-Deployment-Scenarios.md b/Other-Deployment-Scenarios.md new file mode 100644 index 0000000..6f4eba4 --- /dev/null +++ b/Other-Deployment-Scenarios.md @@ -0,0 +1,9 @@ +You might want to explore other deployment scenarios developed by the community, like the ones shown here. + +## OpenShift + + + +An example of deployment o eShopOnContainers to an Azure Red Hat OpenShift (ARO) cluster using Azure DevOps YAML pipelines and OpenShift YAML template files. You can find all of the code and instructions necessary in order to get the eShopOnContainers app up and running inside of an OpenShift cluster. + +There's even a [video](https://youtu.be/NFKcEj-PKM4) explaining how all of this works with Azure DevOps and ARO :)