Slide 1

Slide 1 text

@KeithResar

Slide 2

Slide 2 text

@KeithResar Keith [email protected] @KeithResar

Slide 3

Slide 3 text

@KeithResar

Slide 4

Slide 4 text

@KeithResar

Slide 5

Slide 5 text

@KeithResar

Slide 6

Slide 6 text

OpenShift Application Container Platform @KeithResar

Slide 7

Slide 7 text

@KeithResar DEMO: Hello World @KeithResar

Slide 8

Slide 8 text

OpenShift Application Container Platform First: The Inside Second: The Outside @KeithResar

Slide 9

Slide 9 text

Master Node @KeithResar

Slide 10

Slide 10 text

@KeithResar @KeithResar Server Container

Slide 11

Slide 11 text

@KeithResar @KeithResar Server Orchestration

Slide 12

Slide 12 text

Code Developers can leverage existing development tools and then access the OpenShift Web, CLI or IDE interfaces to create new application services and push source code via GIT. OpenShift can also accept binary deployments or be fully integrated with a customer’s existing CI/CD environment. @KeithResar

Slide 13

Slide 13 text

Build OpenShift automates the Docker image build process with Source-to-Image (S2I). S2I combines source code with a corresponding Builder image from the integrated Docker registry. Builds can also be triggered manually or automatically by setting a Git webhook. Add in Build pipelines @KeithResar

Slide 14

Slide 14 text

Deploy OpenShift automates the deployment of application containers across multiple Node hosts via the Kubernetes scheduler. Users can automatically trigger deployments on application changes and do rollbacks, configure A/B deployments & other custom deployment types.

Slide 15

Slide 15 text

@KeithResar DEMO: Capturing Change @KeithResar

Slide 16

Slide 16 text

OpenShift Application Container Platform @KeithResar

Slide 17

Slide 17 text

Router ● ● ● ● ● @KeithResar

Slide 18

Slide 18 text

@KeithResar DEMO: Blue/Green @KeithResar

Slide 19

Slide 19 text

@KeithResar AUTOMATED CERTIFICATE MANAGEMENT @KeithResar

Slide 20

Slide 20 text

Router Let’s Encrypt watcher nginx cron Our App @KeithResar

Slide 21

Slide 21 text

@KeithResar DEMO: Let’s Encrypt @KeithResar

Slide 22

Slide 22 text

Router Let’s Encrypt watcher nginx cron Our App @KeithResar

Slide 23

Slide 23 text

@KeithResar ADVANCED ROUTING @KeithResar

Slide 24

Slide 24 text

@KeithResar @KeithResar

Slide 25

Slide 25 text

@KeithResar :443 :8080 @KeithResar

Slide 26

Slide 26 text

@KeithResar :443 :8443 @KeithResar

Slide 27

Slide 27 text

@KeithResar DEMO: Redirecting Console @KeithResar

Slide 28

Slide 28 text

No content

Slide 29

Slide 29 text

@KeithResar

Slide 30

Slide 30 text

> oc cluster up @KeithResar

Slide 31

Slide 31 text

@KeithResar @KeithResar