26
Container

Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Container

Page 2: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Page 3: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 4: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Image credits to Giphy and/or their respective creators

Page 9: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 10: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 11: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 12: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Page 13: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 14: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Page 15: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

# Create a new "bare" build (creates BuildConfig (bc) & ImageStream (is))

$ oc new-build --image-stream=openshift/jboss-xxxx --binary=true --name=app

# Define a Deployable App (creates DeploymentConfig (dc) and Service (svc))

$ oc new-app app

# Let the app become accessible to the outside world

$ oc expose svc/app

# Restart the build using the WAR file dropped in an s2i/deployments folder

$ oc start-build app --from-dir=s2i/

# Deployment is triggered upon successful build

Page 17: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

●●●●

APP.NAME APP_NAME

JAVA_OPTS_APPEND

CATALINA_OPTS_APPEND

Page 19: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 20: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 21: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

●○

○○

Page 22: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

Page 23: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through
Page 24: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through

●○○

Page 26: Container - SCALE · around taking lean manufactunng principles and applying them to an IT organization. DevOps is first and foremost about providing value to your Business through