Skip to content

Commit eed8e0f

Browse files
committed
sample fix
1 parent 2257ca9 commit eed8e0f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/application-gateway/for-containers/how-to-url-rewrite-gateway-api.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: conceptual
9-
ms.date: 02/27/2024
9+
ms.date: 09/16/2024
1010
ms.author: greglin
1111
---
1212

@@ -30,20 +30,19 @@ The following figure illustrates an example of a request destined for _contoso.c
3030

3131
1. If following the BYO deployment strategy, ensure you set up your Application Gateway for Containers resources and [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md).
3232
2. If following the ALB managed deployment strategy, ensure you provision your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md) and provision the Application Gateway for Containers resources via the [ApplicationLoadBalancer custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).
33-
3. Deploy sample HTTP application
33+
3. Deploy sample HTTP application:
34+
35+
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate traffic splitting / weighted round robin support.
3436

35-
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
36-
3737
```bash
38-
kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
38+
kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/traffic-split-scenario/deployment.yaml
3939
```
40+
41+
This command creates the following on your cluster:
4042

41-
This command creates the following on your cluster:
42-
43-
- A namespace called `test-infra`
44-
- One service called `echo` in the `test-infra` namespace
45-
- One deployment called `echo` in the `test-infra` namespace
46-
- One secret called `listener-tls-secret` in the `test-infra` namespace
43+
- A namespace called `test-infra`
44+
- Two services called `backend-v1` and `backend-v2` in the `test-infra` namespace
45+
- Two deployments called `backend-v1` and `backend-v2` in the `test-infra` namespace
4746

4847
## Deploy the required Gateway API resources
4948

0 commit comments

Comments
 (0)