importing code and existing containers to openshift - minneapolis docker meetup dec 2016

11

Click here to load reader

Upload: keith-resar

Post on 16-Apr-2017

204 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016
Page 2: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

Keith Resar: BioWear many hats

@KeithResar [email protected]

Coder

Open Source contributor and advocate

Infrastructure Architect

Page 3: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

CODE SNIPPETWhen referencing code snippets, use the template below. Resize the snippet box to the appropriate size for your text.

Page 4: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

Containers in….

Development Production

Docker Docker

Kubernetes

Network

AAA

Registry

Build Automation

CI/CD Pipelines

The learning Cliff

Page 5: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

CODE SNIPPETWhen referencing code snippets, use the template below. Resize the snippet box to the appropriate size for your text.

Page 6: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

CODE SNIPPETWhen referencing code snippets, use the template below. Resize the snippet box to the appropriate size for your text.

Page 7: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

Where OpenShift Fits In

?

Page 8: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

ImageStream

Bringing an Existing Container to OpenShift

DeployConfig

> oc new-app docker.io/httpd

Page 9: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

WWWImageStream

Bringing Your Code to OpenShift: S2I

DeployConfigBuildConfig

Git Repo +Compiler/Interpreter +Base Image

Page 10: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

WWW

ImageStream

Updating Your Code in OpenShift: Webhooks

DeployConfig

BuildConfig

Git PushHTTP Post

Page 11: Importing Code and Existing Containers to OpenShift - Minneapolis Docker Meetup Dec 2016

@KeithResar [email protected]