Skip to content

Commit 2365a04

Browse files
authored
[KV]Update routing-with-workers-kv.mdx (#21712)
To further clarify on the concept Blue-green deployment.
1 parent 9905abc commit 2365a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/examples/routing-with-workers-kv.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In single-tenant applications, this can be used to route requests to various ori
2121

2222
In multi-tenant applications, requests can be routed to the tenant's respective origin resources (for example, requests to `tenantA.your-worker-hostname.com` routed to server for Tenant A, `tenantB.your-worker-hostname.com` routed to server for Tenant B).
2323

24-
Routing can also be used to implement [A/B testing](/reference-architecture/diagrams/serverless/a-b-testing-using-workers/), canary deployments, or blue-green deployments for your own external applications.
24+
Routing can also be used to implement [A/B testing](/reference-architecture/diagrams/serverless/a-b-testing-using-workers/), canary deployments, or [blue-green deployments](https://en.wikipedia.org/wiki/Blue%E2%80%93green_deployment) for your own external applications.
2525
If you are looking to implement canary or blue-green deployments of applications built fully on Cloudflare Workers, see [Workers gradual deployments](/workers/configuration/versions-and-deployments/gradual-deployments/).
2626

2727
## Route requests with Workers KV

0 commit comments

Comments
 (0)