October 17, 2016 | by Veer Muchandi
In this video, Veer Muchandi covers integrated A/B Deployments and how to test application changes in OpenShift Container Platform 3.3.
app-a
. Go to the advanced options and uncheck the route creation option so that the app does not create a route. We will add the route later.Create Route
option next to service app-a
. Give a common name for the route as it will frontend multiple versions of the application (e.g. appab-abdemo.apps.testv3.osecloud.com).oc annotate route/appab haproxy.router.openshift.io/balance=roundrobin
app-b
without a route. Verify that service app-b
was created.app-a
and app-b
. You can change the percentages and test.for i in {1..20}; do curl http://appab-abdemo.apps.testv3.osecloud.com/; echo ""; done
You can find Veer's other posts here, which include many other demos and walkthroughs for OpenShift Origin and OpenShift Container Platform.
On Twitter: @VeerMuchandi
View the Entire OpenShift 3 Demo Playlist
For the latest information on OpenShift 3, please visit https://www.openshift.com/.
Categories
December 28, 2022
December 26, 2022
December 23, 2022