Update LAB_09c-Implement_Azure_Kubernetes_Service.md

This commit is contained in:
Mark Beasley 2022-01-28 13:58:42 -07:00 committed by GitHub
parent 56bd76d2d2
commit 165959a6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```