Container to Cloud

Workshop documentation to build a local container image and deploy it ti IBM Code Engine

View on GitHub

Container to Cloud

The documentation is hosted here https://raptho.github.io/container-to-cloud/

Course content

This course will enable you to:

Chapters

Architecture

architecture

The diagram illustrates the complete workflow:

  1. Local Development:

    • Create a Python FastAPI application
    • Define a Containerfile
    • Build a container image using Podman/Docker
  2. IBM Container Registry:

    • Tag the local image with the IBM Container Registry URL
    • Push the container image to IBM Container Registry
  3. IBM Code Engine:

    • Create secrets for registry access and API credentials
    • Deploy the container from IBM Container Registry to IBM Code Engine
    • The application runs with the configured environment variables