Kubernetes Using Cloud Shell: Deploy a Python Flask Application

In this tutorial, you use an Oracle Cloud Infrastructure account to set up a Kubernetes cluster. Then, you create a Python application with a Flask framework. Finally, you deploy your application to your cluster using Cloud Shell.

Key tasks include how to:

  • Create a Compartment.
  • Set up a Kubernetes cluster on OCI.
  • Build a Python application in a Flask framework.
  • Create a Docker image.
  • Push your image to OCI Container Registry.
  • Use Cloud Shell to deploy your Docker application to your cluster.
  • Connect to your application from the internet.
A diagram of the components needed to run a Python application, in a Flask framework, on Oracle Cloud Infrastructure Kubernetes Engine by using Cloud Shell.

For additional information, see:

Before You Begin

To successfully perform this tutorial, you must have the following:

1. Prepare

Prepare your environment to create and deploy your application.

2. Set Up a Cluster

Install and configure management options for your Kubernetes cluster. Later, deploy your application to this cluster.

3. Build your Docker Application

Next, set up the Flask framework on Cloud Shell. Then, create and run a Python application.

4. Deploy Your Docker Image

With your Python image created, now you can deploy it.

What's Next

You have successfully created a Hello World Python application, deployed it to a Kubernetes cluster and made it accessible on the internet, using the Flask framework.

Check out these sites to explore more information about development with Oracle products: