Deploy Django application on OpenShift

OpenShift is a family of containerization software products developed by Red Hat. Its flagship product is the OpenShift Container Platform — an on-premises platform as a service built around Docker containers orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux.

Step 1. Request a Developer Sandbox from Red Hat OpenShift website

Step 2. Create an application from a code sample (choose Python)

Step 3. It will deploy the python-sample app on OpenShift
please try to click “Open URL” once build completed

Step 4. Scale up with more pods

Step 5. Edit source code Button to open IDE

ref: Create an OpenShift cluster on Azure
(Azure OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster.)
https://docs.microsoft.com/en-us/azure/openshift/tutorial-create-cluster
https://docs.microsoft.com/en-us/azure/openshift/tutorial-connect-cluster

7 Replies to “Deploy Django application on OpenShift”

Leave a Reply

Your email address will not be published. Required fields are marked *