Merge pull request #9 from zainHaseeb/zainHaseeb-patch-9

Update LAB_09c-Implement_Azure_Kubernetes_Service.md
This commit is contained in:
zainHaseeb 2021-09-23 01:22:49 +05:00 committed by GitHub
commit d6765b67eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ In this task, you will register resource providers necessary to deploy an Azure
In this task, you will deploy an Azure Kubernetes Services cluster by using the Azure portal.
1. In the Azure portal, search for locate **Kubernetes services** and then, on the **Kubernetes services** blade, click **+ Add**, and then click **+ Add Kubernetes cluster**.
1. In the Azure portal, search for locate **Kubernetes services** and then, on the **Kubernetes services** blade, click **+ Create**, and then click **+ Create a Kubernetes cluster**.
1. On the **Basics** tab of the **Create Kubernetes cluster** blade, specify the following settings (leave others with their default values):
@ -92,7 +92,7 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the
| Network configuration | **kubenet** |
| DNS name prefix | any valid, globally unique DNS host name |
1. Click **Next: Integration >**, on the **Integration** tab of the **Create Kubernetes cluster** blade, set **Container monitoring** to **Disabled**, click **Review + create**, ensure that the validation passed and click Create.
1. Click **Next: Integrations >**, on the **Integrations** tab of the **Create Kubernetes cluster** blade, set **Container monitoring** to **Disabled**, click **Review + create**, ensure that the validation passed and click Create.
>**Note**: In production scenarios, you would want to enable monitoring. Monitoring is disabled in this case since it is not covered in the lab.