Skip to content

Commit

Permalink
Update gateway traffic switching
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflycons committed Oct 10, 2024
1 parent 55f4eda commit 6f6c18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/how-tos/howto-install-gateway-api-on-kk-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,14 @@ Note that this only works if you [built your own cluster](https://github.com/kod
## Traffic Switching
It *is possible* that a blue-green or canary configuration of `HTTPRoute` could appear in the exam.
Let's now create two services representing two versions of an application and demonstrate traffic switching. This technique allows us to manage blue/green and canary deployments.
1. Create and expose two deployments
I have custom-built these deployments such that you can easily see the traffic switch without the need for a browser - as would be the case if I'd used the KodeKloud webapp-color image.
<details>
<summary>Expand YAML</summary>
Expand Down

0 comments on commit 6f6c18f

Please sign in to comment.