Start adding workshop instructions org.

This commit is contained in:
2023-08-27 17:29:20 +12:00
parent c877441d5d
commit 184ad537b2
2 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,23 @@
#+AUTHOR: James Blair
#+DATE: <2023-08-27 Sun 17:15>
[[./images/header.jpg]]
Welcome to the OpenShift Ruby on Rails Workshop!
The workshop provides ruby developers an introduction to OpenShift and containers, and how these can be used to build fully automated end-to-end continuos integration and deployment pipelines for Ruby on Rails applications.
* Agenda
1. Introduction to containers & kubernetes
2. Exploring openshift application platform
3. Setting up our development environment
4. Deploying a ruby application
5. Creating a deployment pipeline
6. Developing & deploying a new feature