Skip to content

Commit 2239063

Browse files
authored
Merge pull request #27 from thomast1906/thomast1906-patch-1
Update 3-Deploy-Thomasthorntoncloud-App.md
2 parents 601a027 + 0e98ee1 commit 2239063

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

4-kubernetes_manifest/3-Deploy-Thomasthorntoncloud-App.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
1818
```
1919
2. Deploy the Application Components
2020

21+
- Deploy the Thomasthorntoncloud app:
22+
```bash
23+
kubectl create -f deployment.yml
24+
```
25+
2126
- Install ALB Controller:
2227
```bash
2328
./scripts/1-install-alb-controller.sh
@@ -26,10 +31,6 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
2631
```bash
2732
./scripts/2-install-gateway-api.sh
2833
```
29-
- Deploy the Thomasthorntoncloud app:
30-
```bash
31-
kubectl create -f deployment.yml
32-
```
3334

3435
3. **Verify Deployment**
3536
Run the following command to confirm the deployment was successful:
@@ -66,4 +67,4 @@ After deploying the application, consider these questions:
6667

6768
## 💡 Pro Tip
6869

69-
Use Kubernetes namespaces to organise and isolate your resources, especially when deploying multiple applications or environments in the same cluster.
70+
Use Kubernetes namespaces to organise and isolate your resources, especially when deploying multiple applications or environments in the same cluster.

0 commit comments

Comments
 (0)