onboarding strategies for openshift applicationhow automation, machine learning, a.i., and more...

35
Strategies for OpenShift Application Onboarding Freddy Montero, Architect, Container Practice Mariah Flaim, Senior Consultant, Northeast Region May, 2019

Upload: others

Post on 23-May-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

Strategies for OpenShift Application OnboardingFreddy Montero, Architect, Container PracticeMariah Flaim, Senior Consultant, Northeast RegionMay, 2019

Page 2: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

AGENDA● Strategy Overview

● Where to Begin

● Refactoring your dev process

● Refactoring you team

Page 3: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

BEFORE WE BEGIN...

Page 4: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

STRATEGY OVERVIEW

Page 5: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

WHY ?

FASTER SERVICE DELIVERY

INCREASE SERVICE QUALITY

REDUCE RISK OF DELIVERY

Page 6: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

AT A GLANCELIFT & SHIFT LIFT & RESHAPE STRANGLER

Page 7: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

MONOLITHIC APPS

Application Server

HTML Javascript Web

ServiceServiceService

Service Service Service

Data Access

Page 8: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

LIFT & SHIFTApplication

Binary(e.g. WAR)BUILD APP

(Build Machine) Existing Build Process

Source-to-Image(S2I)

Builder Image

ImageRegistry

BUILD IMAGE

DEPLOY deployApplication Container

build

Page 9: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

MICROSERVICES APPS

Runtime

Web

Runtime

Service

Runtime

Service

Runtime

Service

Runtime

Service

Runtime

Service

Runtime

Service

Application Server

HTML Javascript Web

ServiceServiceService

Service Service Service

Data Access

Page 10: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

LIFT & RESHAPE

GitRepositoryBUILD APP

Developers

code

deployApplication Container

Source-to-Image(S2I)

Builder Image

ImageRegistry

BUILD IMAGE

DEPLOY

Page 11: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

STRANGLER APPS

POD

CONTAINER

POD

CONTAINER

POD

CONTAINER

SERVICE

role: backendrole: backendrole: backend

InvokeAPI

role: frontend

Application Server

HTML Javascript Web

ServiceServiceService

Service Service Service

Data Access

Page 12: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

WHERE TO BEGIN...

Page 13: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise
Page 14: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

STEP 1: FILTER THE PORTFOLIO

STEP 2: IDENTIFY AND SELECT ARCHETYPES AND TEAMS

STEP 3: ANALYZE/PRIORITIZE INDIVIDUAL APPS AND TEAMS

STEP 1: ANALYZE & PRIORITIZE APPLICATION TECHNOLOGIES

STEP 2: CONSIDER BUSINESS PRIORITIES

STEP 3: CONSIDER THE PEOPLE ON YOUR TEAMS

3 STEP APP ASSESSMENT

Page 15: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

MAINFRAME ⬤ NOT A CANDIDATE

DESKTOP APPS ⬤ NOT A CANDIDATE

COTS (NOT APPLICATION SERVERS) ⬤ HOLD

DATABASES ⬤ HOLD

SOURCE CODE YOU OWN, DEPLOY, AND MAINTAIN (JAVA, .NET, PHP, PYTHON, NODE)

⬤ GO

Weed out application type that are a bad fit for onboarding

STEP 1: APP TECHNOLOGIES

Page 16: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

$ $$ $ $$ $

STEP 2: BUSINESS PRIORITIES

Identify which applications provide more business value

Page 17: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

$$ $$ $

STEP 3: PEOPLE & TEAMS

Look for teams with enthusiasm and commitment to be early adopters

$$

Page 18: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

IN SUMMARY

REPURCHASE (Drop & Shop)

Decommission end-of-life application.

Keep and don’t touch for now.RETAIN

RETIRE

Low

High

Tran

sfor

mat

ion

Effo

rts

/ Com

plex

ity

REHOST (Lift & Shift)

REFACTOR (Extend / Rewrite)

REPLATFORM (Lift & Reshape)Change the underlying platform (runtime, framework, middleware, operating system).

Redesign code to take advantage of thenew platform (extend, strangle, rewrite).

Package existing application in a containerwith as few changes as possible.

Replace by Commercial off-the-shelf(COTS) or Software-as-a-Service (SaaS).

ExistingApplication

Page 19: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

REFACTORING YOUR DEV PROCESS

Page 20: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

CI/CD WITH OPENSHIFT

OPENSHIFTIMAGE

REGISTRY

OPENSHIFTCLUSTER

CI/CD PIPELINE

IMAGE BUILD & DEPLOY

OPENSHIFTIMAGEREGISTRY

OPENSHIFTCLUSTER

GOLIVE?

PROMOTETO TEST

PROMOTETO UAT

PROMOTETO PROD

RELEASE MANAGER

NON-PROD PRODDEV TEST UAT

OR

SCM SERVER BINARY DEVELOPER

Page 21: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

CI/CD + OPENSHIFT =

JENKINS-AS-A SERVICEON OPENSHIFT

HYBRID JENKINS INFRA WITH OPENSHIFT

EXISTING CI/CD DEPLOYS TO OPENSHIFT

Page 22: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

APPEXISTING

CI/CD INFRA

Jenkins, Bamboo, TeamCity, etc

APPbuild

deploy

S2IBuildrun job

EXISTING STRATEGY

Page 23: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

APP APPrun jobJENKINS

CHILD

Run Job

JENKINSCHILD

Run Job

build

JENKINSPARENT

deploy

HYBRID STRATEGY

Page 24: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

APP APPrun jobJENKINS

CHILD

Run Job

JENKINSCHILD

Run Job

build

deploy

JENKINSPARENT

JENKINS AS A SERVICE STRATEGY

Page 25: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

JENKINS PIPELINES IN OPENSHIFT WEB CONSOLE

Page 26: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise
Page 27: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

REFACTORING YOUR TEAM

Page 28: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

STOP THROWING WORK OVER THE WALL

OpenShift and CI/CD will allow you to ship faster … as long as your team doesn’t slow you down

OPSQADEV

Page 29: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

A MOVE TOWARD DEVOPS

People• Cultural paradigm shift• Cross-training of skills• Collaboration of teams

Process• Agile methodologies• Continuous feedback loops• Appropriate error resolutions

Technology• Automate manual process• Standardize software versioning, patch levels, and

provisioning mechanisms• Notifications and proactive software and hardware monitoring

Page 30: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

Culture• Break downs silos• Achieve greater transparency

Architecture• Rethink the composition of applications• Better manage environment consistency

START A DEVOPS REVOLUTION WITH OPENSHIFT

Incorporating DevOps practices with OpenShift leads to evolving existing processes and improving performance

Page 31: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise
Page 32: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

Q & A

Page 33: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

WANT TO LEARN MORE?

Monoliths in OpenShift: Application onboarding strategies for containersSpeakers: Ryan Goodson, Justin Goldsmith

Thursday 1:45-2:30 PM

JOIN US IN THE RED HAT CONSULTING DISCOVERY SESSION THEATERLOCATED IN THE CUSTOMER SUCCESS ZONE IN THE ECOSYSTEM

EXPO

Page 34: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

DISCOVERY SESSION THEATER

7:45 - 8:30 PM - 4 ways to jump start an open source & agile automation culture

TUESDAY

WEDNESDAY

THURSDAY

10:15-11:00 AM - Day-in-the-Life: Designing Software for Open Innovation Labs

11:15-12:00 PM - How Volkswagen used microservices & automation to develop self-service solutions

12:15-1:00 PM - Container adoption at scale: Metrics-driven framework and other lessons learned

3:15-4:00 PM - The road to RHEL 8: Best practices for optimizing your operating system

4:15-5:00 PM - Adoptando RHEL 8: Las mejores practicas para optimizar tu Sistema Operativo

5:15-6:00 PM - A DevOps survival guide: Small changes lead to big results

6:15-7 PM - Digital Nudge: How automation, machine learning, A.I., and more shape our digital decisions

10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise more secure for tomorrow, today

11:45-12:30 PM - To the Edge and Beyond: Network Automation for Telecommunications

12:45-1:30 PM - People first, digital second: Using open principles to drive transformation at Heritage Bank

1:45-2:30 PM - Monoliths in OpenShift: Application onboarding strategies for containers

Page 35: Onboarding Strategies for OpenShift ApplicationHow automation, machine learning, A.I., and more shape our digital decisions 10:45-11:30 AM - OpenShift DevSecOps: Making your enterprise

FEEDBACK