Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ADC 2017 - DevOps by examples Part I – Forward pipeline

Giulio Vian
September 18, 2017

ADC 2017 - DevOps by examples Part I – Forward pipeline

Advanced Developers Conference 2017 Köln

Giulio Vian

September 18, 2017
Tweet

More Decks by Giulio Vian

Other Decks in Technology

Transcript

  1. This Session 100/200-level Grasp the essentials of the DevOps approach.

    (well …, some essentials) Consider Part II “DevOps mit .NET Core” seminar 2
  2. What we will talk about? DevOps intro Demos Environment hosting

    the app The Application itself Deployment Dynamic configuration Wrap-up 3 Ops Dev
  3. Most recent project 2M users 40,000 RPS 2Gbps 5 ©

    2016 IMG Universe, LLC. All Rights Reserved
  4. Your turn Azure Visual Studio Team Services (VSTS) ASP.NET Linux

    (Ubuntu) Developers Infra Engineers Architects Managers 6
  5. DevOps is a culture, movement or practice DevOps is a

    term used to refer to a set of practices that emphasizes the collaboration and communication of both software developers and other information- technology (IT) professionals while automating the process of software delivery and infrastructure changes. DevOps represents a change in IT culture, focusing on rapid IT service delivery through the adoption of agile, lean practices in the context of a system-oriented approach. DevOps emphasizes people (and culture), and seeks to improve collaboration between operations and development teams. DevOps implementations utilize technology — especially automation tools that can leverage an increasingly programmable and dynamic infrastructure from a life cycle perspective. DevOps is the union of people, process, and products to enable continuous delivery of value to our end users. Wikipedia (2017) Gartner Microsoft (Donovan Brown) 10
  6. …rooted in Agile Principles… Individuals and interactions over processes and

    tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan http://agilemanifesto.org/
  7. Infrastructure-as-Code – Comments Declarative vs. Imperative Version Control Continuous Integration

    Dynamic vs. Static Azure Resource Manager Declarative Json-based Extensible (script, DSC) Entire infrastructure AWS CloudFormation Declarative Json-based Terraform Docker Not much declarative Single container Swarm, Kubernetes, Mesos, … Ansible, Puppet, Chef, CFEngine, … 19
  8. Build & Packaging – Comments Version Control Continuous Integration Semantic

    Versioning Artifacts Images (Docker, AMI, Azure VM images) 23
  9. Secrets Build time Signing Deploy time Credentials Run time Tokens

    Avoid exposures git push hook Static analysis .gitignore Centralized Version Control Distinct repositories Azure Key Vault, AWS Key Management Service, etc. 25
  10. Deploy – Comments Category Dev / QA / Prod Target-bound

    Release cadence Feature toggles 26 Source: Pete Hodgson
  11. Partial checklist Where is configuration stored? How is configuration updated?

    Is production configuration isolated and secured? Where are the secrets and who can access them? How versions are tracked? Who authorizes changes and how? How data is preserved on updates? How data schema and module interfaces updates? Using environment images or scripts? How big is the deploy window? How are the tracked activities and errors? How are operational data is collected from production? 33
  12. Bibliografy & References https://github.com/giuliov/DevOps-by-examples http://www.slideshare.net/giuliov/presentations http://martinfowler.com/articles/feature-toggles.html https://leanpub.com/build https://launchdarkly.com/ http://agilemanifesto.org/ https://azure.microsoft.com/en-us/services/application-insights/

    https://github.com/tfsaggregator/tfsaggregator https://github.com/aspnet https://azure.microsoft.com/en-us/services/key-vault/ https://aws.amazon.com/kms/ https://blogs.msdn.microsoft.com/buckh/2016/09/30/controlling-exposure-through-feature-flags-in-vs- team-services/ 34
  13. To know more Continuous Delivery: Reliable Software Releases through Build,

    Test, and Deployment Automation — J.Humble, D.Farley (Addison-Wesley) https://www.amazon.com/Continuous- Delivery/dp/0321601912/ The Phoenix Project — G.Kim, K.Behr, G.Spafford (IT Revolution Press) https://www.amazon.com/Phoenix-Project- DevOps-Helping-Business/dp/0988262509/ 35
  14. To know more (cont’d) The DevOps Handbook — G.Kim, P.Debois,

    J.Willis, J.Humble (IT Revolution Press) https://www.amazon.com/DevOps- Handbook-World-Class-Reliability- Organizations/dp/1942788002/ DevOps on the Microsoft Stack — Wouter de Kort (Apress) https://www.amazon.com/DevOps- Microsoft-Stack-Wouter- Kort/dp/1484214471/ 36
  15. To know more (cont’d) Continuous Delivery with Visual Studio ALM

    2015 — M.Olausson, J.Ehn (Apress) http://www.amazon.com/Continuous- Delivery-Visual-Studio-2015/dp/1484212738/ Continuous Delivery with Windows and .NET — Matthew Skelton and Chris O'Dell (O'Reilly) http://www.oreilly.com/webops- perf/free/continuous-delivery-with-windows- and-net.csp 37