SlideShare uma empresa Scribd logo
1 de 14
holistic devployment
why the last mile is the longest




           Piotr Żołnierek
               @pzol
Is production deploy part of DONE?
Has your customer ever been afraid of updates?

Do you have:
continuous-integration?
fully-automated-deployment?
continuous-deployment?
who is NOT having integration and/or unit tests?




                                                   anixe
This is deployment -manual, hard, not-repeatable
without the team, without coordination
Tough cowboy thinks he can handle it all
deploy once the build has succeeded
or midnight deploy

If cow runs away
cowboy runs after cow and fixes problem
you can patch cows on production (pasture)

cows are kind of self-organizing - servers are not




  deployment process
                                                     anixe
This is how we started a couple of

                                                                    anti-patterns                                              years ago!

                                                                                                                               cowboy deployment - manually
                                                                                                                               driving the cattle to the pastures



                                                                                                             ad-hoc releases

                                                                                                       production patching

                                                                                                            service monolith

                                                                                                         lack of automation

•   AdHoc Release – Devs would deploy as soon as they made quick fixes to the application.
•   Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed
•   Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together.
•   Lack of Automation – the whole deploy process was done manually, every time!


                                                                                                                                                                anixe
separation of concerns

                                                 Technology
                                                 Operations                                    deployment
     web applications
                                                                                              infrastructure
        versioning
  software architecture
                              Software                                                              QA
    shared applications      Development                                                    technical analysis
                                                                                              24x7 support
 research & development
                                                                                      systems & app administration
                                                        QA




what we did? what many do!
we split!                                  Both Devs and Ops, from their perspective, want the best for the business.
                                           Only, optimizing any subsystem without context, leads to the destabilization
                                           of the system as a whole, de facto decreasing overall performance.




                                                                                                                          anixe
conflict of interests

                    Software                      Technology
                   Development                    Operations




no contact with
customer           change                    preservation

                  new features                release is risk
                  release often                 availability
                                                  stability
                                                 reliability




                                                                anixe
anti-patterns

                                                                                                              ad-hoc releases

                                                                                                        production patching

                                                                                                            service monolith

                                                                                                          lack of automation


•   AdHoc Release – Devs would deploy as soon as they made quick fixes to the application.
•   Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed
•   Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together.
•   Lack of Automation – the whole deploy process was done manually, every time!


                                                                                                                                anixe
anti-patterns

                                                                                                              ad-hoc releases

                                                                                                        production patching

                                                                                                            service monolith

                                                                                                          lack of automation

                                                                                         over the wall deployment
•   AdHoc Release – Devs would deploy as soon as they made quick fixes to the application.
•   Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed
•   Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together.
•   Lack of Automation – the whole deploy process was done manually, every time!


                                                                                                                                anixe
solution 1: devops
new movement
sysadmin who can program
                                          Software               Technology
                                         Development             Operations




                                       devops = sysadmins with
                                          coding knowledge

                                     pros                                         cons
                  + ops can lookup code                        - silos
                  + ops can automate platform install/deploy   - dev not responsible for production
                  + ops can better understand app
                  + ops can write tests



                                                                                                      anixe
solution 2: no-ops
                               Software
                             Development
                                   &
                              Technology
                              Operations


                     one really cross-functional
                                team

                   pros                             cons
+ all understand app              - 24x7 support
+ common responsibility           - dev must know hardware/infrastructure
                                  - dev must know all customer configs




                                                                            anixe
solution 3: cloud
     deployment
app administration
                                                                                                                           infrastructure
    web applications          Software                                                            Technology             technical analysis
       versioning
 software architecture       Development                                                          Operations               24x7 support
                                                                                                                      systems administration
   shared applications
research & development




                                            pros                                          cons
                         + internal/outsource infrastructure doesn’t   - silos
                         matter                                        - support difficult, lack of knowledge of app
                         + devs responsible for production done




                                                                                                                                               anixe
how far have we come?
                         our current solution: cloud


     windows                                           linux
devs build, test and write deploy scripts     devs build, test and deploy
ops run deploy scripts                        devs deploy via scripts
dbs do db migrations via script               scripts do db migrations
                                              devs write app management scripts

                                                                            anixe
good devployment patterns

                 automation
            composite deployment
                 self-check
              code-data split
            adaptive deployment




                                   anixe
thanks!

           Piotr Żołnierek
                   @pzol
            speakerrate.com/pzol




pzol.agirei.com/holistic-devployment


                                       anixe

Mais conteúdo relacionado

Semelhante a AgileCE2011 holistic devployment

Collaborative Lifecycle Managmenent - an Introduction
Collaborative Lifecycle Managmenent - an IntroductionCollaborative Lifecycle Managmenent - an Introduction
Collaborative Lifecycle Managmenent - an IntroductionStrongback Consulting
 
Bamboo Continuous Integration Server - Brief
Bamboo Continuous Integration Server - BriefBamboo Continuous Integration Server - Brief
Bamboo Continuous Integration Server - BriefEllen Feaheny
 
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft Ajax
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft AjaxThe Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft Ajax
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft AjaxDarren Sim
 
Process Matters (Cloud2Days / Java2Days conference))
Process Matters (Cloud2Days / Java2Days conference))Process Matters (Cloud2Days / Java2Days conference))
Process Matters (Cloud2Days / Java2Days conference))dev2ops
 
Continuous Deployment with Bamboo and Deployit
Continuous Deployment with Bamboo and DeployitContinuous Deployment with Bamboo and Deployit
Continuous Deployment with Bamboo and DeployitXebiaLabs
 
Mawea Profile Presentation Slides 2011
Mawea Profile Presentation Slides 2011Mawea Profile Presentation Slides 2011
Mawea Profile Presentation Slides 2011evebby526
 
Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Oguzhan Ozavar
 
Introducing the WSO2 App Factory
Introducing the WSO2 App FactoryIntroducing the WSO2 App Factory
Introducing the WSO2 App FactoryWSO2
 
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...XebiaLabs
 
12 2 panel_bechauf
12 2 panel_bechauf12 2 panel_bechauf
12 2 panel_bechaufmitusap
 
Session #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSession #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSteve Lange
 
Saa S Scio Engagement Model V2 2 Generic
Saa S Scio Engagement Model V2 2  GenericSaa S Scio Engagement Model V2 2  Generic
Saa S Scio Engagement Model V2 2 GenericScioSales
 
Agile for Startups
Agile for StartupsAgile for Startups
Agile for StartupsBhavin Javia
 
Enventive brochure
Enventive brochureEnventive brochure
Enventive brochureAlan Smith
 
Correlation of simulation_models_using_concept_modeling
Correlation of simulation_models_using_concept_modelingCorrelation of simulation_models_using_concept_modeling
Correlation of simulation_models_using_concept_modelingSalvatore Scalera
 
Verteilte Synchronisierung von Modellen in automatisierten Entwicklungsprozessen
Verteilte Synchronisierung von Modellen in automatisierten EntwicklungsprozessenVerteilte Synchronisierung von Modellen in automatisierten Entwicklungsprozessen
Verteilte Synchronisierung von Modellen in automatisierten EntwicklungsprozessenIntland Software GmbH
 
Modeling for Fun and Profit
Modeling for Fun and ProfitModeling for Fun and Profit
Modeling for Fun and ProfitDavid Sciamma
 
Modeling for Fun and Profit
Modeling for Fun and ProfitModeling for Fun and Profit
Modeling for Fun and ProfitDavid Sciamma
 

Semelhante a AgileCE2011 holistic devployment (20)

Collaborative Lifecycle Managmenent - an Introduction
Collaborative Lifecycle Managmenent - an IntroductionCollaborative Lifecycle Managmenent - an Introduction
Collaborative Lifecycle Managmenent - an Introduction
 
Bamboo Continuous Integration Server - Brief
Bamboo Continuous Integration Server - BriefBamboo Continuous Integration Server - Brief
Bamboo Continuous Integration Server - Brief
 
Empoweringsme
EmpoweringsmeEmpoweringsme
Empoweringsme
 
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft Ajax
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft AjaxThe Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft Ajax
The Web Development Eco-system with VSTS, ASP.NET 2.0 & Microsoft Ajax
 
Process Matters (Cloud2Days / Java2Days conference))
Process Matters (Cloud2Days / Java2Days conference))Process Matters (Cloud2Days / Java2Days conference))
Process Matters (Cloud2Days / Java2Days conference))
 
Continuous Deployment with Bamboo and Deployit
Continuous Deployment with Bamboo and DeployitContinuous Deployment with Bamboo and Deployit
Continuous Deployment with Bamboo and Deployit
 
TIME & METHOD STUDY
TIME & METHOD STUDYTIME & METHOD STUDY
TIME & METHOD STUDY
 
Mawea Profile Presentation Slides 2011
Mawea Profile Presentation Slides 2011Mawea Profile Presentation Slides 2011
Mawea Profile Presentation Slides 2011
 
Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012
 
Introducing the WSO2 App Factory
Introducing the WSO2 App FactoryIntroducing the WSO2 App Factory
Introducing the WSO2 App Factory
 
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
XebiaLabs, CloudBees, Puppet Labs Webinar Slides - IT Automation for the Mode...
 
12 2 panel_bechauf
12 2 panel_bechauf12 2 panel_bechauf
12 2 panel_bechauf
 
Session #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSession #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft Approach
 
Saa S Scio Engagement Model V2 2 Generic
Saa S Scio Engagement Model V2 2  GenericSaa S Scio Engagement Model V2 2  Generic
Saa S Scio Engagement Model V2 2 Generic
 
Agile for Startups
Agile for StartupsAgile for Startups
Agile for Startups
 
Enventive brochure
Enventive brochureEnventive brochure
Enventive brochure
 
Correlation of simulation_models_using_concept_modeling
Correlation of simulation_models_using_concept_modelingCorrelation of simulation_models_using_concept_modeling
Correlation of simulation_models_using_concept_modeling
 
Verteilte Synchronisierung von Modellen in automatisierten Entwicklungsprozessen
Verteilte Synchronisierung von Modellen in automatisierten EntwicklungsprozessenVerteilte Synchronisierung von Modellen in automatisierten Entwicklungsprozessen
Verteilte Synchronisierung von Modellen in automatisierten Entwicklungsprozessen
 
Modeling for Fun and Profit
Modeling for Fun and ProfitModeling for Fun and Profit
Modeling for Fun and Profit
 
Modeling for Fun and Profit
Modeling for Fun and ProfitModeling for Fun and Profit
Modeling for Fun and Profit
 

Último

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 

AgileCE2011 holistic devployment

  • 1. holistic devployment why the last mile is the longest Piotr Żołnierek @pzol
  • 2. Is production deploy part of DONE? Has your customer ever been afraid of updates? Do you have: continuous-integration? fully-automated-deployment? continuous-deployment? who is NOT having integration and/or unit tests? anixe
  • 3. This is deployment -manual, hard, not-repeatable without the team, without coordination Tough cowboy thinks he can handle it all deploy once the build has succeeded or midnight deploy If cow runs away cowboy runs after cow and fixes problem you can patch cows on production (pasture) cows are kind of self-organizing - servers are not deployment process anixe
  • 4. This is how we started a couple of anti-patterns years ago! cowboy deployment - manually driving the cattle to the pastures ad-hoc releases production patching service monolith lack of automation • AdHoc Release – Devs would deploy as soon as they made quick fixes to the application. • Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed • Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together. • Lack of Automation – the whole deploy process was done manually, every time! anixe
  • 5. separation of concerns Technology Operations deployment web applications infrastructure versioning software architecture Software QA shared applications Development technical analysis 24x7 support research & development systems & app administration QA what we did? what many do! we split! Both Devs and Ops, from their perspective, want the best for the business. Only, optimizing any subsystem without context, leads to the destabilization of the system as a whole, de facto decreasing overall performance. anixe
  • 6. conflict of interests Software Technology Development Operations no contact with customer change preservation new features release is risk release often availability stability reliability anixe
  • 7. anti-patterns ad-hoc releases production patching service monolith lack of automation • AdHoc Release – Devs would deploy as soon as they made quick fixes to the application. • Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed • Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together. • Lack of Automation – the whole deploy process was done manually, every time! anixe
  • 8. anti-patterns ad-hoc releases production patching service monolith lack of automation over the wall deployment • AdHoc Release – Devs would deploy as soon as they made quick fixes to the application. • Production Patching – Sysadmins change configs and other parts directly on production, nobody knows what they changed • Service Monolith – the apps are not modular enough or not modular the way and nobody understood how they work together. • Lack of Automation – the whole deploy process was done manually, every time! anixe
  • 9. solution 1: devops new movement sysadmin who can program Software Technology Development Operations devops = sysadmins with coding knowledge pros cons + ops can lookup code - silos + ops can automate platform install/deploy - dev not responsible for production + ops can better understand app + ops can write tests anixe
  • 10. solution 2: no-ops Software Development & Technology Operations one really cross-functional team pros cons + all understand app - 24x7 support + common responsibility - dev must know hardware/infrastructure - dev must know all customer configs anixe
  • 11. solution 3: cloud deployment app administration infrastructure web applications Software Technology technical analysis versioning software architecture Development Operations 24x7 support systems administration shared applications research & development pros cons + internal/outsource infrastructure doesn’t - silos matter - support difficult, lack of knowledge of app + devs responsible for production done anixe
  • 12. how far have we come? our current solution: cloud windows linux devs build, test and write deploy scripts devs build, test and deploy ops run deploy scripts devs deploy via scripts dbs do db migrations via script scripts do db migrations devs write app management scripts anixe
  • 13. good devployment patterns automation composite deployment self-check code-data split adaptive deployment anixe
  • 14. thanks! Piotr Żołnierek @pzol speakerrate.com/pzol pzol.agirei.com/holistic-devployment anixe

Notas do Editor

  1. -CTO @anixe - cool stuff \n- tuesdays, thursdays also CEO\n- develop in .net, ruby\n
  2. - great software need to get it to production\n- devs become quicker in building, but cannot release as often as they want, \n- ops might have a different cycle (customer related), shared resources, own department\n- ops rarely automate, newest trend, install on one VM and clone\n- hardening sprints? separate operations/admin departments? (creates waterfall)\n- limited access to production, PCI compliancy\n- we have cross-functional teams, but without including admins / infrastructure\n
  3. - we were a cool startup, only cool developers\n- we have been struggling with this problem for a long while\n- cowboy deployment - tough - confident - guy who thinks he can do it all\n- no automated testing originally\n- all manual work all the time\n- builds a great new feature and uploads it directly in to production (manually)\n- is manual releases, at the will of the cowboy (deployer) - no coordination, no qa \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n