Coder Social home page Coder Social logo

Traffic splitting WIP about knctl HOT 3 CLOSED

cppforlife avatar cppforlife commented on May 29, 2024
Traffic splitting WIP

from knctl.

Comments (3)

cppforlife avatar cppforlife commented on May 29, 2024

related to knative/serving#1812

currenlty knative service objects imply that knative controls all aspects of route objects that it creates. hence when user changes route obj to route to different revisions, knative will quickly revert it back. there is ongoing discussion about how to change knative to allow user control of route but also keeping service object around. (currently one can do this by delete service obj and keeping configuration + route objects around).

from knctl.

cppforlife avatar cppforlife commented on May 29, 2024

proposed cli ux:

knctl route manage --route hello # change service to use `runLatest` key
knctl route unmanage --route hello # change service to use `manual` key

rollout command will also set route to be unmanaged

knctl rollout --route hello -r hello:latest=5% -r hello:previous=95%
knctl rollout --route hello -r hello:latest=10% -r hello:previous=90%
knctl rollout --route hello -r hello:latest=50% -r hello:previous=50%
knctl rollout --route hello -r hello:latest=100% -r hello:previous=0%
knctl rollout --route hello -s hello=100% -s hello=0%
knctl rollout --route hello --percent 5 # increase percentage of latest by X

from knctl.

cppforlife avatar cppforlife commented on May 29, 2024

implemented in v0.1.0 as knctl rollout command.

from knctl.

Related Issues (20)

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.