Git Product home page Git Product logo

kubernetes-istio-helm-canary's Introduction

Respository to show Canary deployment strategy using k8s, istio, and helm

The productpage app from istio docs is being used as the sample application to demonstrate this strategy

Following post explains the strategy in more detail

Strategy Stages

  • STEADY STATE - 100 percent traffic to production deployment pods (which have current version of application)

  • 10 % traffic to Canary deployment pods (Vnext of App) and 90% to production deployment (Current version of app)

  • 90 % traffic to Canary deployment pods (Vnext of App) and 10% to production deployment (Current version of app)

  • 100 % traffic to Canary deployment pods (Vnext of App) and 0% to production deployment (Current version of app)

  • 100 % traffic to Canary deployment pods (Vnext of App) and do rolling updgrade of production deployment pods to move them to Vnext of App

  • 100 percent traffic to production deployment pods (which now have Vnext of App) and 0% to canary deployment pods (Vnext of app)

  • NEW STEADY STATE : 100 % to production deployment pods (Vnext of App) , 0% to canary deployment pods, and 0 replicas of canary deployment

Repository structure:

  • productpage folder contains
  • ./helm-commands.sh : has the helm command for each stage, including rollback command and helm template command
  • helm-template-output.yaml : contains the kubernetes resources generated using the sample helm command

kubernetes-istio-helm-canary's People

Contributors

manisbindra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.