client/docs/traffic
Matt Moore f9ccf36518
Format markdown (#710)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign maximilien rhuss
/cc maximilien rhuss
2020-03-09 09:19:28 -07:00
..
README.md Format markdown (#710) 2020-03-09 09:19:28 -07:00
examples.md Format markdown (#710) 2020-03-09 09:19:28 -07:00
revisions.md Format markdown (#710) 2020-03-09 09:19:28 -07:00

README.md

Traffic Splitting

kn can help you control which revisions get traffic in your Knative Service.

A Knative Service has a traffic mapping, which is a mapping of revisions of the Service to percent amounts of traffic, along with the ability to create unique URLs for particular revisions. It also has the ability to assign traffic to the latest Revision, which can change as new revisions are created.