Se ha denunciado esta presentación.
Se está descargando tu SlideShare. ×

Removing Barriers Between Dev and Ops

Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio

Eche un vistazo a continuación

1 de 41 Anuncio

Removing Barriers Between Dev and Ops

Descargar para leer sin conexión

Removing Barriers Between Dev and Ops by Shahaf Airily, Advisory Field Engineer EMEA, Pivotal. This presentation is from VMworld Barcelona. For more information, visit https://pivotal.io/event/vmworld-europe

Removing Barriers Between Dev and Ops by Shahaf Airily, Advisory Field Engineer EMEA, Pivotal. This presentation is from VMworld Barcelona. For more information, visit https://pivotal.io/event/vmworld-europe

Anuncio
Anuncio

Más Contenido Relacionado

Presentaciones para usted (20)

Similares a Removing Barriers Between Dev and Ops (20)

Anuncio

Más de VMware Tanzu (20)

Más reciente (20)

Anuncio

Removing Barriers Between Dev and Ops

  1. 1. 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 14 October 2015 Shahaf Azriely, Advisory Field Engineer EMEA
  2. 2. 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
  3. 3. 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
  4. 4. 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
  5. 5. 6© 2015 Pivotal Software, Inc. All rights reserved. the difference is platformsthe difference is third platform
  6. 6. 7© 2015 Pivotal Software, Inc. All rights reserved.
  7. 7. 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.
  8. 8. 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
  9. 9. 10© 2015 Pivotal Software, Inc. All rights reserved. Cloud Foundry: Applications and Services Services (virtual machines): managed by “BOSH” Applications (containers): managed by “Runtime”
  10. 10. 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
  11. 11. 12© 2015 Pivotal Software, Inc. All rights reserved. The  Cloud  Foundry  Founda/on:  An  Open  Industry  Standard   PLATINUM GOLD SILVER
  12. 12. 13© 2015 Pivotal Software, Inc. All rights reserved. 13© 2015 Pivotal Software, Inc. All rights reserved. Devops Eliminating Barriers
  13. 13. 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
  14. 14. 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
  15. 15. 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.
  16. 16. 17© Copyright 2013 Pivotal. All rights reserved.
  17. 17. 18© 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. 19© 2015 Pivotal Software, Inc. All rights reserved. Deploy > cf push -p spring-music.war corneliastunes
  19. 19. 20© 2015 Pivotal Software, Inc. All rights reserved. cmt Platform Enables Process cmt v201cmt cmt cmt cmt v202 cmt Prod … Test Dev …
  20. 20. 21© 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. 22© Copyright 2013 Pivotal. All rights reserved.
  22. 22. 23© 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
  23. 23. 24© 2015 Pivotal Software, Inc. All rights reserved. Application Logs
  24. 24. 25© 2015 Pivotal Software, Inc. All rights reserved. Application Metrics
  25. 25. 26© 2015 Pivotal Software, Inc. All rights reserved. Platform Logs
  26. 26. 27© 2015 Pivotal Software, Inc. All rights reserved. Platform Metrics
  27. 27. 28© 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
  28. 28. 29© 2015 Pivotal Software, Inc. All rights reserved. Scale > cf scale -i 5 corneliastunes
  29. 29. 30© 2015 Pivotal Software, Inc. All rights reserved. Upgrade
  30. 30. 31© 2015 Pivotal Software, Inc. All rights reserved. Every Commit is a Candidate for Deployment cmt v201cmt cmt cmt cmt v202 cmt Prod … Test Dev …
  31. 31. 32© 2015 Pivotal Software, Inc. All rights reserved. Every Commit is a Candidate for Deployment cmt v201cmt cmt cmt cmt v202 cmt Prod … Test … App Platform CVE
  32. 32. 33© 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
  33. 33. 34© 2015 Pivotal Software, Inc. All rights reserved. Upgrade
  34. 34. 35© 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.
  35. 35. 36© 2015 Pivotal Software, Inc. All rights reserved. 36© 2015 Pivotal Software, Inc. All rights reserved. And on top of all that… … something else we’ve found in enterprises
  36. 36. 37Pivotal 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)
  37. 37. 38Pivotal 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
  38. 38. 39© 2015 Pivotal Software, Inc. All rights reserved. 39© Copyright 2015 Pivotal. All rights reserved. Thank You
  39. 39. 40© 2015 Pivotal Software, Inc. All rights reserved. 40© Copyright 2015 Pivotal. All rights reserved. Questions? @cdavisafc

×