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

Post on 16-Apr-2017

205 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Keith Resar: BioWear many hats

@KeithResar Keith.Resar@RedHat.com

Coder

Open Source contributor and advocate

Infrastructure Architect

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

Containers in….

Development Production

Docker Docker

Kubernetes

Network

AAA

Registry

Build Automation

CI/CD Pipelines

The learning Cliff

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

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

Where OpenShift Fits In

?

ImageStream

Bringing an Existing Container to OpenShift

DeployConfig

> oc new-app docker.io/httpd

WWWImageStream

Bringing Your Code to OpenShift: S2I

DeployConfigBuildConfig

Git Repo +Compiler/Interpreter +Base Image

WWW

ImageStream

Updating Your Code in OpenShift: Webhooks

DeployConfig

BuildConfig

Git PushHTTP Post

@KeithResar Keith.Resar@RedHat.com

top related