
Simple Flask example using Docker to deploy on OpenShift 3.
The Flask Sample Application on OpenShift 3 is a straightforward Python web application designed for deployment on the OpenShift 3 platform. Built with Anaconda as the package manager, this app serves as a useful starting point for developers looking to harness the capabilities of Flask within a robust cloud environment. However, it’s important to note that this project is no longer actively maintained as it has been archived since January 7, 2025.
Whether you are a beginner exploring Python web development or an experienced developer wanting to quickly deploy a Flask application, this repository provides essential tools and instructions for getting started.
oc new-app, which simplifies the initial setup on OpenShift 3.oc start-build for rebuilding.