SlideShare a Scribd company logo
DevOps Shangri-La:
Mystical Claims of Paradise
Presented by Robert Stroud
2
Robert Stroud
Chief Product Officer
@RobertEStroud
Meet Your Presenter
3
The Path to Container Shangri-La is Mystical
4
Containers
A container is a portable package that
contains an application, its dependencies,
its libraries, and the configuration files
needed to run it. Containers are:
▪ Lightweight
▪ Transportable
▪ Scalable
▪ Platform for microservices
5
What is a container?
VM VM VM
Applications
Kernel
Container Container Container
Traditional virtual machines
Hardware virtualization
Containers
Operating system virtualization
6
I hear the term “Docker” everywhere…
▪ A “new paradigm” whereby all applications should be delivered
as versioned containers by development teams
− New version of the app = new version of the (set of) containers
− Often also assuming that apps will be built as microservices
▪ The expanding ecosystem of container tools
that enable:
− Multi-container frameworks
− Container runtime platforms
− Container delivery pipeline tools
7
Container Terminology
Container
runtime
Container
orchestration
platform
Container
management
platform
A container runs in a runtime directly on hardware (“bare metal”) or on top of
an operating system.
Examples: Docker, Rkt, Apache Mesos
Container orchestration allows you to deploy and manage multiple containers
running on a container runtime.
Examples: Kubernetes, OpenShift, Marathon, Pivotal Container Service, DC/OS
Container management includes container orchestration plus other enterprise-
friendly features such as scheduling, storage, networking, and access control.
Example: Rancher
8
Container Platforms
9
Microservices
▪ A microservice architecture is one in which a business application/
service is built by composing multiple small, independent elements
▪ “Moving to microservices” generally means not just architecting new
applications in this way, but also converting existing (monolithic)
applications to a microservice architecture by “splitting off” more and
more functionality of the monolith into separate applications
10
Kubernetes
▪ Kubernetes is an open-source container-orchestration system for
automating deployment, scaling and management of containerized
applications
▪ Originally designed by Google, is now maintained by the Cloud Native
Computing Foundation
Source: Wikipedia
11
Containers in the cloud?
Google Container
Engine
Azure Container
Instances
12
What should we expect on the path?
13
Where are we going?
14
Containers Offer Unique Capabilities
 Fast iteration
 Defined state separation
 Resource controls
 Immutability
 Rapid deployment
15
Container Overview
 Dependencies: Every application has its own
dependencies
 Virtualization: Container engine is a lightweight
virtualization mechanism which isolates these
dependencies per each application by packaging
them into virtual containers
 Shared Host OS: Processes in containers are
isolated from other containers in user space, but
share the kernel with the host and other
containers
 Flexible: Differences in underlying OS and
infrastructure are abstracted away, streamlining
‘deploy anywhere’ approach.
 Fast: Containers can be created almost instantly,
enabling rapid scale-up and scale-down in
response to changes in demand
Container
App B
Bins/Libraries
16
How do they differ from virtual machines?
 Dependencies: Each virtualized app
includes the app itself, required binaries
and libraries and a guest OS, which may
consist of multiple GB of data
 Independent OS: Each VM can have a
different OS from other VMs, along with
a different OS to the host itself
 Flexible: VMs can be migrated to other
hosts to balance resource usage and for
host maintenance, without downtime
 Secure: High levels of resource and
security isolation for key virtualized
workloads
Guest OS
Virtual Machine
App B
Bins/Libraries
17
Containers Inside Virtual Machines
 Containers in VMs: By combining containers
with VMs, users can deploy multiple, different
VM operating systems, and inside, deploy
multiple containers within those guest OSs
− By combining containers with VMs, fewer
VMs would be required to support a larger
number of apps
− Fewer VMs would result in a reduction in
storage consumption
− Each VM would support multiple isolated
apps, increasing overall density
 Flexible: Running containers inside VMs enables
features such as live migration for optimal
resource utilization and host maintenance
Guest OS
w/ Container Support
App A
Bins/
Libraries
App B
Bins/
Libraries
Container
Virtual Machine
18
Docker Components
Infrastructure
Source: http://www.docker.com/
“Developer” Workflows Registry Services Management
19
Docker is easy…
Source: https://www.quora.com/How-does-one-open-a-command-line-inside-of-a-docker-container
20
Technology is Simply One Component
21
Misconceptions About Cloud and Containers
 The one-container myth: Everything I need to run my software is in the
container, so I don’t need to worry about configuration or security
 The one-command myth: I can deploy a container with a single
command or with a simple script, so I don’t need sophisticated
deployment automation or release orchestration
 The one-vendor myth: I’m paying a cloud vendor, so their deployment
tools are sufficient for my needs
22
Container Myths Busted
 The one-container myth: You will be deploying and managing more and
more containers, requiring you to define more configuration and manage
more scope
 The one-command myth: A single-command deployment might work on
one laptop, but real-world deployments are bigger and more complex, and
you’ll end up writing and maintaining scripts
 The one-vendor myth: Cloud vendors don’t specialize in release
orchestration or deployment automation tools, and they won’t help you
avoid platform or vendor lock-in
23
Container Challenges
 Will the scripts that we’re writing now work for all of our applications?
 How can we be sure that the containers we’re deploying are properly configured
and totally secure?
 How do we orchestrate releases and manage dependencies between containers?
 If a container deployment fails, how can we roll back?
 What about hybrid applications that will run on legacy platforms and in the
cloud?
 What about coordinating teams, scheduling releases, getting sign-offs, collecting
compliance and audit data...?
 What if we have to change cloud vendors?
24
Where do you start?
25
Containers Change the Way You Work
▪ Development and delivery teams – artifacts
will change
▪ Operations, runtime environment (including
networking, monitoring, etc.) for containers
▪ Security, as they will need to develop new
security policies for containers
▪ Auditing, ephemeral, rapidly changing,
scaling…
▪ Chain of custody
26
What does not change?
▪ Your delivery process does not magically become less complicated:
many different tests, sign-offs, etc. are still required
▪ Your cross-cutting concerns do not change: security/access control,
auditability, etc.
▪ Your existing applications and runtimes will still be around for a long
time, even if you get started with Docker and microservices tomorrow
27
Operations automates
deployment and
monitors apps from
repository
Developers build, test
and update apps in
containers
Containers are Central to DevOps Process
Developers push
containers to central
repository
Operations collaborates
with developers to
provide metrics and
insights
28
Containers Transition Faster – Automation is Foundational
29
Automating Deployment Financial Services
 Increased deployment cadence from
4 per year to 20+ per day
 Over 9,600 successful deployments in
7 months
 Improved access & process controls
for segregation of duties and
auditable software delivery
30
Digital DevOps Transformation
 Increased deployment cadence from
4 per year to 500 per month
 Reduced 300 Jenkins jobs to 30
 Committed to 99.99% uptime of the
release pipeline for even faster
delivery to Production
31
32
Scaling Containers With XebiaLabs
Built-in compliance, security, audit trail
Configuration, dependency, and complex process
management across containers and microservices
Visibility and reporting across many applications
and technologies
Enforcement of release and deployment
compliance processes
“as code” push and deploy
Model-based automation and management for
highly efficient container deployment
XebiaLabs DevOps Platform for Cloud and ContainersDeploy thousands of containers
in a repeatable and secure way
Deliver Containers and
Microservices with complete ”Chain
of Custody”
Standardize hybrid deployments
(“containers to mainframes”)
Migrate applications to containers
efficiently (lift + shift)
33
Thank You!
 Built-in compliance, security, audit trail
 Configuration, dependency, and complex
process management across containers and
microservices
 Visibility and reporting across many applications
and technologies
 Enforcement of release and deployment
compliance processes
 “As code” push and deploy
 Model-based automation and management for
highly efficient container deployment
XebiaLabs DevOps Platform for Cloud and Containers
Deploy thousands of containers
in a repeatable and secure way
Deliver Containers and
Microservices with complete “Chain
of Custody”
Standardize hybrid deployments
(“containers to mainframes”)
Migrate applications to containers
efficiently (lift + shift)

More Related Content

PPTX
Docker In Cloud
PPTX
Docker - Portable Deployment
PPTX
Microservices with Docker
PDF
Cloud Native Application @ VMUG.IT 20150529
PPTX
DockerCon 2016 - Structured Container Delivery
PDF
Java Microservices HJUG
PDF
Docker Datacenter - CaaS
PPTX
Docker - HieuHoang
Docker In Cloud
Docker - Portable Deployment
Microservices with Docker
Cloud Native Application @ VMUG.IT 20150529
DockerCon 2016 - Structured Container Delivery
Java Microservices HJUG
Docker Datacenter - CaaS
Docker - HieuHoang

What's hot (20)

PDF
Infinit: Modern Storage Platform for Container Environments
PPTX
Microservices and docker
PDF
VMware@Night: Container & Virtualisierung
PDF
Openstack starter-guide-diablo
PPTX
Hypervisor "versus" Linux Containers with Docker !
PDF
On-the-Fly Containerization of Enterprise Java & .NET Apps by Amjad Afanah
PDF
Deploying Microservices as Containers
PDF
Service Mesh For Beginner
PPTX
SW Docker Security
PPTX
SS Introduction to Docker
PPTX
Docker for the Enterprise with Containers as a Service by Banjot Chanana
PPTX
Micro services and Containers
PDF
Containers 101 - CloudCamp London
PPTX
Intro Docker to Loire Atlantique
PDF
Containerize, PaaS, or Go Serverless!?
PPTX
Introduction to Docker - 2017
PPTX
Kubernetes 101
PDF
Docker Containers Deep Dive
PPTX
The container ecosystem @ Microsoft A story of developer productivity
PPTX
Achieving Cost and Resource Efficiency through Docker, OpenShift and Kubernetes
Infinit: Modern Storage Platform for Container Environments
Microservices and docker
VMware@Night: Container & Virtualisierung
Openstack starter-guide-diablo
Hypervisor "versus" Linux Containers with Docker !
On-the-Fly Containerization of Enterprise Java & .NET Apps by Amjad Afanah
Deploying Microservices as Containers
Service Mesh For Beginner
SW Docker Security
SS Introduction to Docker
Docker for the Enterprise with Containers as a Service by Banjot Chanana
Micro services and Containers
Containers 101 - CloudCamp London
Intro Docker to Loire Atlantique
Containerize, PaaS, or Go Serverless!?
Introduction to Docker - 2017
Kubernetes 101
Docker Containers Deep Dive
The container ecosystem @ Microsoft A story of developer productivity
Achieving Cost and Resource Efficiency through Docker, OpenShift and Kubernetes
Ad

Similar to Container Shangri-La Attaining the Promise of Container Paradise (20)

PDF
Containers, microservices and serverless for realists
PDF
modern-guide-to-container-monitoring-and-orchestration.pdf
PDF
Azure meetup cloud native concepts - may 28th 2018
PDF
Whales, Clouds, and Bubbles...?
PDF
Diving Into Docker
PDF
Driving Digital Transformation With Containers And Kubernetes Complete Deck
PDF
[OpenInfra Days Vietnam 2019] Innovation with open sources and app modernizat...
PDF
Microservices: How loose is loosely coupled?
PPTX
Containers jumpstart from a DevOps perspective
PDF
bol.com Dutch Container Day presentation
PPTX
Containerization
PDF
Containerization Strategy
PPTX
Working With Containers In The Enterprise
PPTX
Containers and VMs and Clouds: Oh My. by Mike Coleman
PDF
Strategy, planning and governance for enterprise deployments of containers - ...
PDF
Docker Enterprise Deployment Planning
PDF
Introduction of Kubernetes - Trang Nguyen
PPTX
Working With Containers In The Enterprise
PDF
The evolving container landscape
PDF
Speed & Agility of Innovation with Docker & Kubernetes
 
Containers, microservices and serverless for realists
modern-guide-to-container-monitoring-and-orchestration.pdf
Azure meetup cloud native concepts - may 28th 2018
Whales, Clouds, and Bubbles...?
Diving Into Docker
Driving Digital Transformation With Containers And Kubernetes Complete Deck
[OpenInfra Days Vietnam 2019] Innovation with open sources and app modernizat...
Microservices: How loose is loosely coupled?
Containers jumpstart from a DevOps perspective
bol.com Dutch Container Day presentation
Containerization
Containerization Strategy
Working With Containers In The Enterprise
Containers and VMs and Clouds: Oh My. by Mike Coleman
Strategy, planning and governance for enterprise deployments of containers - ...
Docker Enterprise Deployment Planning
Introduction of Kubernetes - Trang Nguyen
Working With Containers In The Enterprise
The evolving container landscape
Speed & Agility of Innovation with Docker & Kubernetes
 
Ad

More from XebiaLabs (20)

PDF
Metrics That Matter: How to Measure Digital Transformation Success
PDF
Infrastructure as Code in Large Scale Organizations
PDF
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
PDF
Don't Let Technology Slow Down Your Digital Transformation
PDF
Deliver More Customer Value with Value Stream Management
PPTX
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
PPTX
XebiaLabs: DevOps 2020 with Gene Kim
PPTX
From Chaos to Compliance: The New Digital Governance for DevOps
PPTX
Supercharge Your Digital Transformation by Establishing a DevOps Platform
PPTX
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
PPTX
Make Software Audit Nightmares a Thing of the Past
PPTX
Is Your DevOps Ready for the Cloud?
PPTX
Compliance und Sicherheit im Rahmen von Software-Deployments
PPTX
All Roads Lead to DevOps
PPTX
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
PPTX
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
PPTX
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
PPTX
2019 DevOps Predictions
PPTX
Building a Bridge Between CI/CD and ITSM
PPTX
DevOps Hits Adolescence – what’s next?
Metrics That Matter: How to Measure Digital Transformation Success
Infrastructure as Code in Large Scale Organizations
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Don't Let Technology Slow Down Your Digital Transformation
Deliver More Customer Value with Value Stream Management
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
XebiaLabs: DevOps 2020 with Gene Kim
From Chaos to Compliance: The New Digital Governance for DevOps
Supercharge Your Digital Transformation by Establishing a DevOps Platform
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
Make Software Audit Nightmares a Thing of the Past
Is Your DevOps Ready for the Cloud?
Compliance und Sicherheit im Rahmen von Software-Deployments
All Roads Lead to DevOps
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
2019 DevOps Predictions
Building a Bridge Between CI/CD and ITSM
DevOps Hits Adolescence – what’s next?

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPT
Teaching material agriculture food technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Cloud computing and distributed systems.
PDF
Electronic commerce courselecture one. Pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding
Teaching material agriculture food technology
Review of recent advances in non-invasive hemoglobin estimation
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Diabetes mellitus diagnosis method based random forest with bat algorithm
Cloud computing and distributed systems.
Electronic commerce courselecture one. Pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
NewMind AI Monthly Chronicles - July 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf

Container Shangri-La Attaining the Promise of Container Paradise

  • 1. DevOps Shangri-La: Mystical Claims of Paradise Presented by Robert Stroud
  • 2. 2 Robert Stroud Chief Product Officer @RobertEStroud Meet Your Presenter
  • 3. 3 The Path to Container Shangri-La is Mystical
  • 4. 4 Containers A container is a portable package that contains an application, its dependencies, its libraries, and the configuration files needed to run it. Containers are: ▪ Lightweight ▪ Transportable ▪ Scalable ▪ Platform for microservices
  • 5. 5 What is a container? VM VM VM Applications Kernel Container Container Container Traditional virtual machines Hardware virtualization Containers Operating system virtualization
  • 6. 6 I hear the term “Docker” everywhere… ▪ A “new paradigm” whereby all applications should be delivered as versioned containers by development teams − New version of the app = new version of the (set of) containers − Often also assuming that apps will be built as microservices ▪ The expanding ecosystem of container tools that enable: − Multi-container frameworks − Container runtime platforms − Container delivery pipeline tools
  • 7. 7 Container Terminology Container runtime Container orchestration platform Container management platform A container runs in a runtime directly on hardware (“bare metal”) or on top of an operating system. Examples: Docker, Rkt, Apache Mesos Container orchestration allows you to deploy and manage multiple containers running on a container runtime. Examples: Kubernetes, OpenShift, Marathon, Pivotal Container Service, DC/OS Container management includes container orchestration plus other enterprise- friendly features such as scheduling, storage, networking, and access control. Example: Rancher
  • 9. 9 Microservices ▪ A microservice architecture is one in which a business application/ service is built by composing multiple small, independent elements ▪ “Moving to microservices” generally means not just architecting new applications in this way, but also converting existing (monolithic) applications to a microservice architecture by “splitting off” more and more functionality of the monolith into separate applications
  • 10. 10 Kubernetes ▪ Kubernetes is an open-source container-orchestration system for automating deployment, scaling and management of containerized applications ▪ Originally designed by Google, is now maintained by the Cloud Native Computing Foundation Source: Wikipedia
  • 11. 11 Containers in the cloud? Google Container Engine Azure Container Instances
  • 12. 12 What should we expect on the path?
  • 13. 13 Where are we going?
  • 14. 14 Containers Offer Unique Capabilities  Fast iteration  Defined state separation  Resource controls  Immutability  Rapid deployment
  • 15. 15 Container Overview  Dependencies: Every application has its own dependencies  Virtualization: Container engine is a lightweight virtualization mechanism which isolates these dependencies per each application by packaging them into virtual containers  Shared Host OS: Processes in containers are isolated from other containers in user space, but share the kernel with the host and other containers  Flexible: Differences in underlying OS and infrastructure are abstracted away, streamlining ‘deploy anywhere’ approach.  Fast: Containers can be created almost instantly, enabling rapid scale-up and scale-down in response to changes in demand Container App B Bins/Libraries
  • 16. 16 How do they differ from virtual machines?  Dependencies: Each virtualized app includes the app itself, required binaries and libraries and a guest OS, which may consist of multiple GB of data  Independent OS: Each VM can have a different OS from other VMs, along with a different OS to the host itself  Flexible: VMs can be migrated to other hosts to balance resource usage and for host maintenance, without downtime  Secure: High levels of resource and security isolation for key virtualized workloads Guest OS Virtual Machine App B Bins/Libraries
  • 17. 17 Containers Inside Virtual Machines  Containers in VMs: By combining containers with VMs, users can deploy multiple, different VM operating systems, and inside, deploy multiple containers within those guest OSs − By combining containers with VMs, fewer VMs would be required to support a larger number of apps − Fewer VMs would result in a reduction in storage consumption − Each VM would support multiple isolated apps, increasing overall density  Flexible: Running containers inside VMs enables features such as live migration for optimal resource utilization and host maintenance Guest OS w/ Container Support App A Bins/ Libraries App B Bins/ Libraries Container Virtual Machine
  • 19. 19 Docker is easy… Source: https://www.quora.com/How-does-one-open-a-command-line-inside-of-a-docker-container
  • 20. 20 Technology is Simply One Component
  • 21. 21 Misconceptions About Cloud and Containers  The one-container myth: Everything I need to run my software is in the container, so I don’t need to worry about configuration or security  The one-command myth: I can deploy a container with a single command or with a simple script, so I don’t need sophisticated deployment automation or release orchestration  The one-vendor myth: I’m paying a cloud vendor, so their deployment tools are sufficient for my needs
  • 22. 22 Container Myths Busted  The one-container myth: You will be deploying and managing more and more containers, requiring you to define more configuration and manage more scope  The one-command myth: A single-command deployment might work on one laptop, but real-world deployments are bigger and more complex, and you’ll end up writing and maintaining scripts  The one-vendor myth: Cloud vendors don’t specialize in release orchestration or deployment automation tools, and they won’t help you avoid platform or vendor lock-in
  • 23. 23 Container Challenges  Will the scripts that we’re writing now work for all of our applications?  How can we be sure that the containers we’re deploying are properly configured and totally secure?  How do we orchestrate releases and manage dependencies between containers?  If a container deployment fails, how can we roll back?  What about hybrid applications that will run on legacy platforms and in the cloud?  What about coordinating teams, scheduling releases, getting sign-offs, collecting compliance and audit data...?  What if we have to change cloud vendors?
  • 24. 24 Where do you start?
  • 25. 25 Containers Change the Way You Work ▪ Development and delivery teams – artifacts will change ▪ Operations, runtime environment (including networking, monitoring, etc.) for containers ▪ Security, as they will need to develop new security policies for containers ▪ Auditing, ephemeral, rapidly changing, scaling… ▪ Chain of custody
  • 26. 26 What does not change? ▪ Your delivery process does not magically become less complicated: many different tests, sign-offs, etc. are still required ▪ Your cross-cutting concerns do not change: security/access control, auditability, etc. ▪ Your existing applications and runtimes will still be around for a long time, even if you get started with Docker and microservices tomorrow
  • 27. 27 Operations automates deployment and monitors apps from repository Developers build, test and update apps in containers Containers are Central to DevOps Process Developers push containers to central repository Operations collaborates with developers to provide metrics and insights
  • 28. 28 Containers Transition Faster – Automation is Foundational
  • 29. 29 Automating Deployment Financial Services  Increased deployment cadence from 4 per year to 20+ per day  Over 9,600 successful deployments in 7 months  Improved access & process controls for segregation of duties and auditable software delivery
  • 30. 30 Digital DevOps Transformation  Increased deployment cadence from 4 per year to 500 per month  Reduced 300 Jenkins jobs to 30  Committed to 99.99% uptime of the release pipeline for even faster delivery to Production
  • 31. 31
  • 32. 32 Scaling Containers With XebiaLabs Built-in compliance, security, audit trail Configuration, dependency, and complex process management across containers and microservices Visibility and reporting across many applications and technologies Enforcement of release and deployment compliance processes “as code” push and deploy Model-based automation and management for highly efficient container deployment XebiaLabs DevOps Platform for Cloud and ContainersDeploy thousands of containers in a repeatable and secure way Deliver Containers and Microservices with complete ”Chain of Custody” Standardize hybrid deployments (“containers to mainframes”) Migrate applications to containers efficiently (lift + shift)
  • 33. 33 Thank You!  Built-in compliance, security, audit trail  Configuration, dependency, and complex process management across containers and microservices  Visibility and reporting across many applications and technologies  Enforcement of release and deployment compliance processes  “As code” push and deploy  Model-based automation and management for highly efficient container deployment XebiaLabs DevOps Platform for Cloud and Containers Deploy thousands of containers in a repeatable and secure way Deliver Containers and Microservices with complete “Chain of Custody” Standardize hybrid deployments (“containers to mainframes”) Migrate applications to containers efficiently (lift + shift)