In this video
In this video, Veer Muchandi covers integrated A/B Deployments and how to test application changes in OpenShift Container Platform 3.3.
Notes
Steps to run an A/B test on OpenShift Container Platform 3.3
- Using the OpenShift web console create a new-app with name
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. - Add a route by clicking on the
Create Routeoption next to serviceapp-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). - Annotate the route to use roundrobin load balancing method:
oc annotate route/appab haproxy.router.openshift.io/balance=roundrobin
- Test your app and check the results.
- Edit the code to make some changes.
- Using the web console add a new-app with name
app-bwithout a route. Verify that serviceapp-bwas created. - Now edit the route to split traffic between services
app-aandapp-b. You can change the percentages and test. - Test using curl from your workstation - for example:
for i in {1..20}; do curl http://appab-abdemo.apps.testv3.osecloud.com/; echo ""; done
The Author
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
Other Videos
View the Entire OpenShift 3 Demo Playlist
For the latest information on OpenShift 3, please visit https://www.openshift.com/.
About the author
More like this
Looking ahead to 2026: Red Hat’s view across the hybrid cloud
Red Hat to acquire Chatterbox Labs: Frequently Asked Questions
Crack the Cloud_Open | Command Line Heroes
Edge computing covered and diced | Technically Speaking
Browse by channel
Automation
The latest on IT automation for tech, teams, and environments
Artificial intelligence
Updates on the platforms that free customers to run AI workloads anywhere
Open hybrid cloud
Explore how we build a more flexible future with hybrid cloud
Security
The latest on how we reduce risks across environments and technologies
Edge computing
Updates on the platforms that simplify operations at the edge
Infrastructure
The latest on the world’s leading enterprise Linux platform
Applications
Inside our solutions to the toughest application challenges
Virtualization
The future of enterprise virtualization for your workloads on-premise or across clouds