mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-08 09:57:02 +00:00
Merge pull request #476 from MOC-Labs-Review/MOC-Labs-Review-patch-51
Update LAB_09c-Implement_Azure_Kubernetes_Service.md
This commit is contained in:
commit
015c27abd4
@ -174,9 +174,9 @@ In this task, you will scale horizontally the number of pods and then number of
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
||||||
RESOURCE_GROUP='az104-09c-rg1'
|
$RESOURCE_GROUP='az104-09c-rg1'
|
||||||
|
|
||||||
AKS_CLUSTER='az104-9c-aks1'
|
$AKS_CLUSTER='az104-9c-aks1'
|
||||||
|
|
||||||
kubectl scale --replicas=2 deployment/nginx-deployment
|
kubectl scale --replicas=2 deployment/nginx-deployment
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user