Traffic Shifting - CI/CD Glossary Definition
Traffic shifting gradually moves a percentage of live requests from an old version to a new one, so a canary can be validated before it serves all users.
Traffic shifting gradually moves a percentage of live requests from an old version to a new one, so a canary can be validated before it serves all users.
Traffic shifting gradually moves a percentage of live requests from an old version to a new one, so a canary can be validated before it serves all users.
Related guides
Progressive Delivery - CI/CD Glossary DefinitionProgressive Delivery: Progressive delivery rolls out a change to a growing subset of users while measuring he…
Preview Environment - CI/CD Glossary DefinitionPreview Environment: A preview environment is a temporary deployment of a branch or pull request that lets re…