progressive delivery progressive delivery
play

PROGRESSIVE DELIVERY PROGRESSIVE DELIVERY CONTINUOUS DELIVERY THE - PowerPoint PPT Presentation

PROGRESSIVE DELIVERY PROGRESSIVE DELIVERY CONTINUOUS DELIVERY THE RIGHT WAY CONTINUOUS DELIVERY THE RIGHT WAY Carlos Sanchez / csanchez.org @csanchez / PROGRESSIVE PROGRESSIVE DELIVERY DELIVERY Progressive Delivery is a term that


  1. PROGRESSIVE DELIVERY PROGRESSIVE DELIVERY CONTINUOUS DELIVERY THE RIGHT WAY CONTINUOUS DELIVERY THE RIGHT WAY Carlos Sanchez / csanchez.org @csanchez /

  2. PROGRESSIVE PROGRESSIVE DELIVERY DELIVERY

  3. Progressive Delivery is a term that includes deployment strategies that try to avoid the pitfalls of all-or-nothing deployment strategies

  4. New versions being deployed do not replace existing versions but run in parallel for an amount of time receiving live production traffic, and are evaluated in terms of correctness and performance before the rollout is considered successful.

  5. Continuous Delivery is hard Progressive Delivery makes Continuous Delivery easier to adopt reduces the risk associated with Continuous Delivery

  6. Avoiding downtime Limit the blast radius Shorter time from idea to production

  7. PROGRESSIVE PROGRESSIVE DELIVERY DELIVERY TECHNIQUES TECHNIQUES

  8. ROLLING UPDATES ROLLING UPDATES

  9. BLUE-GREEN DEPLOYMENT BLUE-GREEN DEPLOYMENT medium.com/continuous-deployment/continuous-deployment-strategies-32e2f7badd2

  10. CANARY DEPLOYMENT CANARY DEPLOYMENT medium.com/continuous-deployment/continuous-deployment-strategies-32e2f7badd2

  11. FEATURE FLAGS FEATURE FLAGS Martin Fowler martinfowler.com/articles/feature-toggles.html

  12. MONITORING IS THE NEW MONITORING IS THE NEW TESTING TESTING Know when users are experiencing issues in production React to the issues automatically

  13. Progressive Delivery requires a good amount of metrics

  14. If you haven't automatically destroyed something by mistake, you are not automating enough

  15. JENKINS X JENKINS X

  16. Pipeline engine in Kubernetes Uses Pods and containers to run the pipeline steps

  17. Implements ChatOps Handles GitHub webhooks

  18. Package manager for Kubernetes

  19. Build Docker images with multiple backends: Docker build Kaniko Google Cloud Build Jib (Maven/Gradle)

  20. Generates Dockerfile and Helm charts for your project

  21. PROGRESSIVE PROGRESSIVE DELIVERY DELIVERY WITH JENKINS X WITH JENKINS X jenkins-x.io/docs/managing-jx/tutorials/progressive- delivery

  22. PROMETHEUS PROMETHEUS A systems monitoring and alerting toolkit

  23. FLAGGER FLAGGER flagger.app automates the promotion of canary deployments by using Istio’s traffic shi�ing and Prometheus metrics to analyse the application’s behaviour during a controlled rollout

  24. Add the canary section to our application Helm chart values.yaml ... canary: enable: true service: hosts: - croc-hunter.istio.us.g.csanchez.org gateways: - jx-gateway.istio-system.svc.cluster.local canaryAnalysis: interval: 60s threshold: 5 maxWeight: 50 stepWeight: 10

  25. metrics: - name: request-success-rate # minimum req success rate (non 5xx responses) # percentage (0-100) threshold: 99 interval: 60s - name: request-duration # maximum req duration P99 # milliseconds threshold: 500 interval: 60s

  26. PROFIT! PROFIT! jx promote croc-hunter-java \ --version 0.0.130 \ --env production

  27. quarkus.io A Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, cra�ed from the best of breed Java libraries and standards

  28. csanchez.org csanchez carlossg

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend