Skip to content

OpenShiftDemos/containerizing-apps-2021

Repository files navigation

Summit Lab 2021: Containerizing Applications

The Containerizing Applications lab provides an introduction to container basics with Podman, and then goes through the exercise of taking a standard LAMP server setup and breaking it down into a multi-container application, ultimately deployed on OpenShift.

  1. [LAB 0](workshop/content/exercise0.md) Introduction / Setup

  2. [LAB 1](workshop/content/exercise1.md) Introducing podman

  3. [LAB 2](workshop/content/exercise2.md) Analyzing a monolithic application

  4. [LAB 3](workshop/content/exercise3.md) Deconstructing an application into microservices

  5. [LAB 4](workshop/content/exercise4.md) Orchestrated deployment of a decomposed application