Search⌘ K
AI Features

OpenShift

Explore deploying Python applications on OpenShift, a flexible PaaS platform built on Kubernetes and Docker. Understand how to create clusters, deploy apps from Git repositories, expose routes, and manage application scaling and health through the OpenShift dashboard and commands.

OpenShift is a platform as a service software edited by Red Hat. It offers support for a number of different programming languages, among them Python. It goes beyond what Heroku can offer as it has a high level of customization, being based on Kubernetes and Docker. That means it is easy to support more scenarios than just a Python application, as you can provide your own Docker images and Kubernetes templates.

OpenShift is available in three ways: online through OpenShift Online as a public cloud that is operated by Red Hat, through OpenShift Dedicated ...

Openstack Logo