SlideShare a Scribd company logo
Removing Barriers Between Dev and Ops
2© 2015 Pivotal Software, Inc. All rights reserved. 2© 2015 Pivotal Software, Inc. All rights reserved.
Removing Barriers Between
Dev and Ops
It Takes a Platform
Devops @ VMworld
1 September 2015
Cornelia Davis, Sr. Director, Cloud Foundry Platform Engineering
@cdavisafc
3© 2015 Pivotal Software, Inc. All rights reserved.
Software is Changing Industries
$6B valuation
Financial Services
$3.5B valuation
Travel & Hospitality
$19B valuation
Transportation
$3.2B Acquisition by Google
Home Automation
$20B valuation
Entertainment
$1.1B acquisition
Monsanto--Agriculture
4© 2015 Pivotal Software, Inc. All rights reserved.
Increased Expectations and Increased Efficiencies
Changing development and release disciplines
• Agile/Developer Productivity/TDD
• Continuous Delivery
• DevOps
• Cloud-native App Design
• Culture/Talent
Time
Expectations
&
Efficiency
Innovation Gap
IaaS
Automation
DevOps, CD, Agile
Traditional IT
Startups
Enterprise
PaaS
5© 2015 Pivotal Software, Inc. All rights reserved.
“Operations is the secret sauce”
http://radar.oreilly.com/2007/10/operations-is-a-competitive-ad.html
6© 2015 Pivotal Software, Inc. All rights reserved.
the difference is platformsthe difference is third platform
7© 2015 Pivotal Software, Inc. All rights reserved.
8© 2015 Pivotal Software, Inc. All rights reserved.
Cloud Foundry is…
The world’s leading open source platform-as-a-service.
 Supported by dozens of major organizations
 Language and framework agnostic
 Manages both VMs and containers
 Orchestrates both applications and data services
 Abstracts Infrastructure
Founded and commercialized by Pivotal, Inc.
9© 2015 Pivotal Software, Inc. All rights reserved.
An (Overly) Simple View of the World
Applications
 Stateless
 Run in Containers
 Horizontally Scalable
 Disposable
 No permanent storage
Data Services
 Stateful
 Run in Virtual Machines
 Multi-tenant
 Diagonally scalable
 Durable storage
10© 2015 Pivotal Software, Inc. All rights reserved.
Cloud Foundry: Applications and Services
Services (virtual machines):
managed by “BOSH”
Applications (containers):
managed by “Runtime”
11© 2015 Pivotal Software, Inc. All rights reserved.
Platform
Services (stateful):
Run in virtual machines
Applications (stateless):
Run in containers
Cloud Foundry manages transformations
between existing and desired system states,
using immutable infrastructure.
Amend
(Re)deploy
(Re)configure
(Re)connect
Monitor
Current
State Desired
State
12© 2015 Pivotal Software, Inc. All rights reserved.
The Cloud Foundry Foundation: An Open Industry Standard
PLATINUM
GOLD
SILVER
13© 2015 Pivotal Software, Inc. All rights reserved. 13© 2015 Pivotal Software, Inc. All rights reserved.
Devops
Eliminating Barriers
14© 2015 Pivotal Software, Inc. All rights reserved.
The Cloud Platform Evolution
TRADITIONAL IAAS
Virtualization Platform
Operating System
Database
Web
Server
Messaging
Your Application
Code
Physical Servers
Database
Web
Server
Messaging
Your Application
Code
IAAS
Your Application
Code
PAAS
Virtualized
Infrastructure
PAAS
15© 2015 Pivotal Software, Inc. All rights reserved.
Application Dial Tone
Emits application “dial tone”
• Config
• Runtime
• Logs
• Metrics
• Health Management
• Security
• Operations
Your Application
Code
PAAS
Virtualized
Infrastructure
16© 2015 Pivotal Software, Inc. All rights reserved.
Enabling Devops
Database
Web
Server
Messaging
Your Application
Code
PAAS
Virtualized
Infrastructure
PAAS
Platform Operations
Application Developers
Application Operations
• Deploys platform
• Makes standard runtimes and services
available
• Monitors platform
• Scales platform
(ensuring sufficient capacity)
• Upgrades platform with zero-downtime
• Creates deployable
artifact
• Config Prod environment
• Deploys application to Prod
• Monitors application
• Scales application (capacity)
• Deploys new app version with
zero downtime.
17© 2015 Pivotal Software, Inc. All rights reserved.
Operations Activities and Tools
Platform Application
Deploy: Operations Manager Deploy: Application Manager, CLI,
STS Plugin, CI/CD Pipelines
Monitor: logs and metrics Monitor: Agentless APM
APM integrations
Application logs – cli, Apps Man, ELK
Scale: Operations Manager Scale: Apps Manager, cli, autoscaling
Upgrade: Canary, Rolling Upgrades
Zero Downtime
Upgrade: Blue/green, route
mappings, gradual cutover
Zero Downtime
18© 2015 Pivotal Software, Inc. All rights reserved.
Deploy
> cf push 
-p spring-music.war 
corneliastunes
19© 2015 Pivotal Software, Inc. All rights reserved.
cmt
Platform Enables Process
cmt
v20
1
cmt cmt cmt cmt
v20
2
cmt
Prod
…
Test
Dev
…
20© 2015 Pivotal Software, Inc. All rights reserved.
The Deployment Pipeline
Commit
Tests
Integration
Tests
Deployable
Artifact
Deploy to CF
Test Env
Deploy to
Prod
• Developer crafted (before impl.)
• Stubs/mocks external services
• Developer executed (before commit)
• CI executed (after commit)
(after commit)
• Developer or QA crafted
• CI executed
• Runtime context (buildpack applied)
• Binds to test services (DB, messaging, etc.)
• “cf push”
• Runtime context (buildpack applied)
• Binds to test services (DB, messaging, etc.)
• Periodic smoke tests
• “cf push”
• Runtime context (buildpack applied)
• Binds to prod services (DB,
messaging, etc.)
• Periodic smoke tests
• Monitoring
? ?
21© 2015 Pivotal Software, Inc. All rights reserved.
Monitoring in Cloud Foundry
• Syslog Endpoint
Configuration via
OpsMan
• Log search and
persistence such as
ELK
• Collector Component
with plugins for JMX
and DataDog
• OpsMetrics Tile and
Hyperic
• CLI: cf logs appname
• Apps Manager
• Stayup.io ELK tile
• Agentless APM
• APM integrations
Platform Applications
MetricsLogs
22© 2015 Pivotal Software, Inc. All rights reserved.
Application Logs
23© 2015 Pivotal Software, Inc. All rights reserved.
Application Metrics
24© 2015 Pivotal Software, Inc. All rights reserved.
Platform Logs
25© 2015 Pivotal Software, Inc. All rights reserved.
Platform Metrics
26© 2015 Pivotal Software, Inc. All rights reserved.
Vmware + Pivotal for Operational Excellence
vRealize
Operations
Manager Time Series DB
Pivotal
Ops Metrics
Pivotal Cloud
Foundry - ERS
27© 2015 Pivotal Software, Inc. All rights reserved.
Scale
> cf scale 
-i 5 
corneliastunes
28© 2015 Pivotal Software, Inc. All rights reserved.
Upgrade
29© 2015 Pivotal Software, Inc. All rights reserved.
Every Commit is a Candidate for Deployment
cmt
v20
1
cmt cmt cmt cmt
v20
2
cmt
Prod
…
Test
Dev
…
30© 2015 Pivotal Software, Inc. All rights reserved.
Every Commit is a Candidate for Deployment
cmt
v20
1
cmt cmt cmt cmt
v20
2
cmt
Prod
…
Test
…
App
Platform
CVE
31© 2015 Pivotal Software, Inc. All rights reserved.
PCF – Each Layer Upgradable with Zero Downtime
* Devs may bring a custom buildpack
runtime layer*
OS image
application layer
PCF Buildpack Apps
linux host & kernel
App container
PCF Supported
Dev Supported
Ops Supported
• Platform Provided
• CVEs addressed by Pivotal
• Canary-style, zero-
downtime upgrades
• Platform or Developer
Provided
• CVEs addressed by Pivotal
(for Platform Provided)
• Blue/Green deployments
• Developer/App team
provided
• Blue/Green deployments
32© 2015 Pivotal Software, Inc. All rights reserved.
Upgrade
33© 2015 Pivotal Software, Inc. All rights reserved.
Enabling Devops
Database
Web
Server
Messaging
Your Application
Code
PAAS
Virtualized
Infrastructure
PAAS
Platform Operations
Application Developers
Application Operations
• Deploys platform
• Makes standard runtimes and services
available
• Monitors platform
• Scales platform
(ensuring sufficient capacity)
• Upgrades platform with zero-downtime
• Creates deployable
artifact
• Config Prod environment
• Deploys application to Prod
• Monitors application
• Scales application (capacity)
• Deploys new app version with
zero downtime.
34© 2015 Pivotal Software, Inc. All rights reserved. 34© 2015 Pivotal Software, Inc. All rights reserved.
And on top of all that…
… something else we’ve found in
enterprises
35Pivotal Confidential–Internal Use Only
Virtualized
Infrastructure
Infrastructure-centric Operations Model
Your Application
Code
Database
Web
Server
Messaging
IaaS+
(+automation) IT Ops Team
App Team
(Dev and Ops)
36Pivotal Confidential–Internal Use Only
Application-centric Operations
Virtualized
Infrastructure
Your Application
Code
Database
Web
Server
Messaging
IaaS+
(+automation)
IT Ops Team
App Team
Your Application
Code
PAAS
Virtualized
Infrastructure
PaaS Ops Team
App Team
(Dev and Ops)
Emits application “dial tone”
• Configuration
• Runtime
• Logs
• Metrics
• Health Management
• Security
37© 2015 Pivotal Software, Inc. All rights reserved. 37© Copyright 2015 Pivotal. All rights reserved.
Thank You
38© 2015 Pivotal Software, Inc. All rights reserved. 38© Copyright 2015 Pivotal. All rights reserved.
Questions?
@cdavisafc
Removing Barriers Between Dev and Ops

More Related Content

PDF
Linux Collaboration Summit Keynote: Transformation: It Takes a Platform
PDF
Devops: Who Does What? - Devops Enterprise Summit 2016
PPTX
12 Factor, or Cloud Native Apps – What EXACTLY Does that Mean for Spring Deve...
PDF
Devops Enterprise Summit: My Great Awakening: 
Top “Ah-ha” Moments As Former ...
PDF
Cloud-native Data: Every Microservice Needs a Cache
PDF
Velocity NY 2016 - Devops: Who Does What?
PPTX
Architecture & Operations
PPTX
Cloud Foundry Platform Operations - CF Summit 2015
Linux Collaboration Summit Keynote: Transformation: It Takes a Platform
Devops: Who Does What? - Devops Enterprise Summit 2016
12 Factor, or Cloud Native Apps – What EXACTLY Does that Mean for Spring Deve...
Devops Enterprise Summit: My Great Awakening: 
Top “Ah-ha” Moments As Former ...
Cloud-native Data: Every Microservice Needs a Cache
Velocity NY 2016 - Devops: Who Does What?
Architecture & Operations
Cloud Foundry Platform Operations - CF Summit 2015

What's hot (20)

PPTX
Troubleshooting App Health and Performance with PCF Metrics 1.2
PDF
Cloud Native: Designing Change-tolerant Software
PPTX
Running your Spring Apps in the Cloud Javaone 2014
PDF
Transform Digital Business with DevOps
PDF
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
PPTX
Declarative Infrastructure with Cloud Foundry BOSH
PPTX
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
PDF
Digital Disruption with DevOps - Reference Architecture Overview
PDF
Case Study: How CA’s IT Automated Salesforce Deployments with CA Release Auto...
PPTX
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
PDF
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
PPTX
Cloud foundry architecture and deep dive
PDF
Keynote: Software Kept Eating the World (Pivotal Cloud Platform Roadshow)
PDF
DevOps: Where in the World Is Test?
PDF
Spring and Pivotal Application Service - SpringOne Tour Dallas
PPTX
Webinar: Automating the Creation and Use of Virtual Testing Environments
PPTX
Agile application delivery trio webinar
PPTX
Creating Complete Test Environments in the Cloud: Skytap & Parasoft Webinar
PDF
DevOps Digital Transformation: A real life use case enabled by Alien4Cloud
PPTX
DevOps and Cloud Tips and Techniques to Revolutionize Your SDLC
Troubleshooting App Health and Performance with PCF Metrics 1.2
Cloud Native: Designing Change-tolerant Software
Running your Spring Apps in the Cloud Javaone 2014
Transform Digital Business with DevOps
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
Declarative Infrastructure with Cloud Foundry BOSH
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Digital Disruption with DevOps - Reference Architecture Overview
Case Study: How CA’s IT Automated Salesforce Deployments with CA Release Auto...
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
Cloud foundry architecture and deep dive
Keynote: Software Kept Eating the World (Pivotal Cloud Platform Roadshow)
DevOps: Where in the World Is Test?
Spring and Pivotal Application Service - SpringOne Tour Dallas
Webinar: Automating the Creation and Use of Virtual Testing Environments
Agile application delivery trio webinar
Creating Complete Test Environments in the Cloud: Skytap & Parasoft Webinar
DevOps Digital Transformation: A real life use case enabled by Alien4Cloud
DevOps and Cloud Tips and Techniques to Revolutionize Your SDLC
Ad

Viewers also liked (10)

PDF
Cloud Security Alliance Guide to Cloud Security
PPTX
Pivotal Cloud Platform Roadshow Keynote
PPTX
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
PPTX
Competing with Software: It Takes a Platform -- Devops @ EMC World
PDF
Software Quality in the Devops World: The Impact of Continuous Delivery on Te...
PPTX
Evolving Devops: The Benefits of PaaS and Application Dial Tone
PPTX
Cloud Foundry Introduction (w Demo) at Silicon Valley Code Camp
PDF
Devops: Enabled Through a Recasting of Operational Roles
PPTX
Cloud Foundry Vancouver Meetup July 2016
PPTX
Cloud Foundry Diego, Lattice, Docker and more
Cloud Security Alliance Guide to Cloud Security
Pivotal Cloud Platform Roadshow Keynote
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
Competing with Software: It Takes a Platform -- Devops @ EMC World
Software Quality in the Devops World: The Impact of Continuous Delivery on Te...
Evolving Devops: The Benefits of PaaS and Application Dial Tone
Cloud Foundry Introduction (w Demo) at Silicon Valley Code Camp
Devops: Enabled Through a Recasting of Operational Roles
Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Diego, Lattice, Docker and more
Ad

Similar to Removing Barriers Between Dev and Ops (20)

PDF
Removing Barriers Between Dev and Ops
PDF
Pivotal CF_DS_for Pivotal_CF1.3
PPTX
Cloud-Native Workshop New York- Pivotal
PDF
The Cloud Foundry Story
PDF
Manchester geek night pcf 101
PDF
Cloud Roundtable | Pivoltal: Agile platform
PDF
Cloud Foundry - Platform as a Service for vSphere
PDF
Removing Barriers Between Dev and Ops
PPT
Ahead conference keynote deck, The Journey to Enterprise PaaS with Cloud Foun...
PPTX
Pivotal One: The Platform For Building Great Software
PPTX
The Platform for Building Great Software
PDF
Pivotal cf for_devops_mkim_20141209
PDF
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
PDF
Pivotal CloudFoundry on Google cloud platform
PDF
Cloud Foundry - An Open Innovation Platform
PDF
Architecting for Continuous Delivery
PDF
Secrets of Successful Cloud Foundry Adopters
PDF
PCF Cloud-Native Workshop Slides
PDF
Pivotal Cloud Foundry: A Technical Overview
PDF
SV Cloud Meetup
Removing Barriers Between Dev and Ops
Pivotal CF_DS_for Pivotal_CF1.3
Cloud-Native Workshop New York- Pivotal
The Cloud Foundry Story
Manchester geek night pcf 101
Cloud Roundtable | Pivoltal: Agile platform
Cloud Foundry - Platform as a Service for vSphere
Removing Barriers Between Dev and Ops
Ahead conference keynote deck, The Journey to Enterprise PaaS with Cloud Foun...
Pivotal One: The Platform For Building Great Software
The Platform for Building Great Software
Pivotal cf for_devops_mkim_20141209
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
Pivotal CloudFoundry on Google cloud platform
Cloud Foundry - An Open Innovation Platform
Architecting for Continuous Delivery
Secrets of Successful Cloud Foundry Adopters
PCF Cloud-Native Workshop Slides
Pivotal Cloud Foundry: A Technical Overview
SV Cloud Meetup

More from cornelia davis (12)

PDF
You've Made Kubernetes Available to Your Developers, Now What?
PDF
You Might Just be a Functional Programmer Now
PDF
Kubernetes: one cluster or many
PDF
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
PDF
It’s Not Just Request/Response: Understanding Event-driven Microservices
PDF
Cloud Native Architectures for Devops
PDF
Cloud-native Data
PDF
Kubo (Cloud Foundry Container Platform): Your Gateway Drug to Cloud-native
PDF
Cloud Native: Designing Change-tolerant Software
PPTX
Four levels of HA in Cloud Foundry
PPTX
Deploy your Multi-tier Application in Cloud Foundry
PDF
Cloud Foundry Technical Overview
You've Made Kubernetes Available to Your Developers, Now What?
You Might Just be a Functional Programmer Now
Kubernetes: one cluster or many
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
It’s Not Just Request/Response: Understanding Event-driven Microservices
Cloud Native Architectures for Devops
Cloud-native Data
Kubo (Cloud Foundry Container Platform): Your Gateway Drug to Cloud-native
Cloud Native: Designing Change-tolerant Software
Four levels of HA in Cloud Foundry
Deploy your Multi-tier Application in Cloud Foundry
Cloud Foundry Technical Overview

Recently uploaded (20)

PPT
JAVA ppt tutorial basics to learn java programming
PPTX
Introduction to Artificial Intelligence
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Digital Strategies for Manufacturing Companies
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
JAVA ppt tutorial basics to learn java programming
Introduction to Artificial Intelligence
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Online Work Permit System for Fast Permit Processing
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Which alternative to Crystal Reports is best for small or large businesses.pdf
Digital Strategies for Manufacturing Companies
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Odoo POS Development Services by CandidRoot Solutions
Adobe Illustrator 28.6 Crack My Vision of Vector Design
ManageIQ - Sprint 268 Review - Slide Deck
Upgrade and Innovation Strategies for SAP ERP Customers
How to Migrate SBCGlobal Email to Yahoo Easily
Essential Infomation Tech presentation.pptx
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Softaken Excel to vCard Converter Software.pdf
Understanding Forklifts - TECH EHS Solution
2025 Textile ERP Trends: SAP, Odoo & Oracle

Removing Barriers Between Dev and Ops

  • 2. 2© 2015 Pivotal Software, Inc. All rights reserved. 2© 2015 Pivotal Software, Inc. All rights reserved. Removing Barriers Between Dev and Ops It Takes a Platform Devops @ VMworld 1 September 2015 Cornelia Davis, Sr. Director, Cloud Foundry Platform Engineering @cdavisafc
  • 3. 3© 2015 Pivotal Software, Inc. All rights reserved. Software is Changing Industries $6B valuation Financial Services $3.5B valuation Travel & Hospitality $19B valuation Transportation $3.2B Acquisition by Google Home Automation $20B valuation Entertainment $1.1B acquisition Monsanto--Agriculture
  • 4. 4© 2015 Pivotal Software, Inc. All rights reserved. Increased Expectations and Increased Efficiencies Changing development and release disciplines • Agile/Developer Productivity/TDD • Continuous Delivery • DevOps • Cloud-native App Design • Culture/Talent Time Expectations & Efficiency Innovation Gap IaaS Automation DevOps, CD, Agile Traditional IT Startups Enterprise PaaS
  • 5. 5© 2015 Pivotal Software, Inc. All rights reserved. “Operations is the secret sauce” http://radar.oreilly.com/2007/10/operations-is-a-competitive-ad.html
  • 6. 6© 2015 Pivotal Software, Inc. All rights reserved. the difference is platformsthe difference is third platform
  • 7. 7© 2015 Pivotal Software, Inc. All rights reserved.
  • 8. 8© 2015 Pivotal Software, Inc. All rights reserved. Cloud Foundry is… The world’s leading open source platform-as-a-service.  Supported by dozens of major organizations  Language and framework agnostic  Manages both VMs and containers  Orchestrates both applications and data services  Abstracts Infrastructure Founded and commercialized by Pivotal, Inc.
  • 9. 9© 2015 Pivotal Software, Inc. All rights reserved. An (Overly) Simple View of the World Applications  Stateless  Run in Containers  Horizontally Scalable  Disposable  No permanent storage Data Services  Stateful  Run in Virtual Machines  Multi-tenant  Diagonally scalable  Durable storage
  • 10. 10© 2015 Pivotal Software, Inc. All rights reserved. Cloud Foundry: Applications and Services Services (virtual machines): managed by “BOSH” Applications (containers): managed by “Runtime”
  • 11. 11© 2015 Pivotal Software, Inc. All rights reserved. Platform Services (stateful): Run in virtual machines Applications (stateless): Run in containers Cloud Foundry manages transformations between existing and desired system states, using immutable infrastructure. Amend (Re)deploy (Re)configure (Re)connect Monitor Current State Desired State
  • 12. 12© 2015 Pivotal Software, Inc. All rights reserved. The Cloud Foundry Foundation: An Open Industry Standard PLATINUM GOLD SILVER
  • 13. 13© 2015 Pivotal Software, Inc. All rights reserved. 13© 2015 Pivotal Software, Inc. All rights reserved. Devops Eliminating Barriers
  • 14. 14© 2015 Pivotal Software, Inc. All rights reserved. The Cloud Platform Evolution TRADITIONAL IAAS Virtualization Platform Operating System Database Web Server Messaging Your Application Code Physical Servers Database Web Server Messaging Your Application Code IAAS Your Application Code PAAS Virtualized Infrastructure PAAS
  • 15. 15© 2015 Pivotal Software, Inc. All rights reserved. Application Dial Tone Emits application “dial tone” • Config • Runtime • Logs • Metrics • Health Management • Security • Operations Your Application Code PAAS Virtualized Infrastructure
  • 16. 16© 2015 Pivotal Software, Inc. All rights reserved. Enabling Devops Database Web Server Messaging Your Application Code PAAS Virtualized Infrastructure PAAS Platform Operations Application Developers Application Operations • Deploys platform • Makes standard runtimes and services available • Monitors platform • Scales platform (ensuring sufficient capacity) • Upgrades platform with zero-downtime • Creates deployable artifact • Config Prod environment • Deploys application to Prod • Monitors application • Scales application (capacity) • Deploys new app version with zero downtime.
  • 17. 17© 2015 Pivotal Software, Inc. All rights reserved. Operations Activities and Tools Platform Application Deploy: Operations Manager Deploy: Application Manager, CLI, STS Plugin, CI/CD Pipelines Monitor: logs and metrics Monitor: Agentless APM APM integrations Application logs – cli, Apps Man, ELK Scale: Operations Manager Scale: Apps Manager, cli, autoscaling Upgrade: Canary, Rolling Upgrades Zero Downtime Upgrade: Blue/green, route mappings, gradual cutover Zero Downtime
  • 18. 18© 2015 Pivotal Software, Inc. All rights reserved. Deploy > cf push -p spring-music.war corneliastunes
  • 19. 19© 2015 Pivotal Software, Inc. All rights reserved. cmt Platform Enables Process cmt v20 1 cmt cmt cmt cmt v20 2 cmt Prod … Test Dev …
  • 20. 20© 2015 Pivotal Software, Inc. All rights reserved. The Deployment Pipeline Commit Tests Integration Tests Deployable Artifact Deploy to CF Test Env Deploy to Prod • Developer crafted (before impl.) • Stubs/mocks external services • Developer executed (before commit) • CI executed (after commit) (after commit) • Developer or QA crafted • CI executed • Runtime context (buildpack applied) • Binds to test services (DB, messaging, etc.) • “cf push” • Runtime context (buildpack applied) • Binds to test services (DB, messaging, etc.) • Periodic smoke tests • “cf push” • Runtime context (buildpack applied) • Binds to prod services (DB, messaging, etc.) • Periodic smoke tests • Monitoring ? ?
  • 21. 21© 2015 Pivotal Software, Inc. All rights reserved. Monitoring in Cloud Foundry • Syslog Endpoint Configuration via OpsMan • Log search and persistence such as ELK • Collector Component with plugins for JMX and DataDog • OpsMetrics Tile and Hyperic • CLI: cf logs appname • Apps Manager • Stayup.io ELK tile • Agentless APM • APM integrations Platform Applications MetricsLogs
  • 22. 22© 2015 Pivotal Software, Inc. All rights reserved. Application Logs
  • 23. 23© 2015 Pivotal Software, Inc. All rights reserved. Application Metrics
  • 24. 24© 2015 Pivotal Software, Inc. All rights reserved. Platform Logs
  • 25. 25© 2015 Pivotal Software, Inc. All rights reserved. Platform Metrics
  • 26. 26© 2015 Pivotal Software, Inc. All rights reserved. Vmware + Pivotal for Operational Excellence vRealize Operations Manager Time Series DB Pivotal Ops Metrics Pivotal Cloud Foundry - ERS
  • 27. 27© 2015 Pivotal Software, Inc. All rights reserved. Scale > cf scale -i 5 corneliastunes
  • 28. 28© 2015 Pivotal Software, Inc. All rights reserved. Upgrade
  • 29. 29© 2015 Pivotal Software, Inc. All rights reserved. Every Commit is a Candidate for Deployment cmt v20 1 cmt cmt cmt cmt v20 2 cmt Prod … Test Dev …
  • 30. 30© 2015 Pivotal Software, Inc. All rights reserved. Every Commit is a Candidate for Deployment cmt v20 1 cmt cmt cmt cmt v20 2 cmt Prod … Test … App Platform CVE
  • 31. 31© 2015 Pivotal Software, Inc. All rights reserved. PCF – Each Layer Upgradable with Zero Downtime * Devs may bring a custom buildpack runtime layer* OS image application layer PCF Buildpack Apps linux host & kernel App container PCF Supported Dev Supported Ops Supported • Platform Provided • CVEs addressed by Pivotal • Canary-style, zero- downtime upgrades • Platform or Developer Provided • CVEs addressed by Pivotal (for Platform Provided) • Blue/Green deployments • Developer/App team provided • Blue/Green deployments
  • 32. 32© 2015 Pivotal Software, Inc. All rights reserved. Upgrade
  • 33. 33© 2015 Pivotal Software, Inc. All rights reserved. Enabling Devops Database Web Server Messaging Your Application Code PAAS Virtualized Infrastructure PAAS Platform Operations Application Developers Application Operations • Deploys platform • Makes standard runtimes and services available • Monitors platform • Scales platform (ensuring sufficient capacity) • Upgrades platform with zero-downtime • Creates deployable artifact • Config Prod environment • Deploys application to Prod • Monitors application • Scales application (capacity) • Deploys new app version with zero downtime.
  • 34. 34© 2015 Pivotal Software, Inc. All rights reserved. 34© 2015 Pivotal Software, Inc. All rights reserved. And on top of all that… … something else we’ve found in enterprises
  • 35. 35Pivotal Confidential–Internal Use Only Virtualized Infrastructure Infrastructure-centric Operations Model Your Application Code Database Web Server Messaging IaaS+ (+automation) IT Ops Team App Team (Dev and Ops)
  • 36. 36Pivotal Confidential–Internal Use Only Application-centric Operations Virtualized Infrastructure Your Application Code Database Web Server Messaging IaaS+ (+automation) IT Ops Team App Team Your Application Code PAAS Virtualized Infrastructure PaaS Ops Team App Team (Dev and Ops) Emits application “dial tone” • Configuration • Runtime • Logs • Metrics • Health Management • Security
  • 37. 37© 2015 Pivotal Software, Inc. All rights reserved. 37© Copyright 2015 Pivotal. All rights reserved. Thank You
  • 38. 38© 2015 Pivotal Software, Inc. All rights reserved. 38© Copyright 2015 Pivotal. All rights reserved. Questions? @cdavisafc

Editor's Notes

  • #10: Apps are Stateless, all the State lives in Data Services
  • #11: Cloud Foundry has two big systems within it: Elastic Runtime for managing Applications, and BOSH for managing Services. BOSH is used to run Elastic Runtime. http://www.freetechie.com/blog/wp-content/uploads/2010/04/vmware_fusion_500x500.jpg
  • #13: Open source software offers true community-driven outcomes. Cloud Foundry Foundation has 40+ companies that participate in the community with a vested interest in a platform that continues to grow and meet customer needs, now and in the future.
  • #17: No need to configure VMs, databases, AppServers, Load-balancers… Developers can focus on development and not infrastructure plumbing Separate the concerns of AppDev and Operations Eliminate the bottleneck of provisioning and deployment processes Make full use of investments in the “Cloud”
  • #34: No need to configure VMs, databases, AppServers, Load-balancers… Developers can focus on development and not infrastructure plumbing Separate the concerns of AppDev and Operations Eliminate the bottleneck of provisioning and deployment processes Make full use of investments in the “Cloud”