Skip to content

Commit 670e591

Browse files
authored
Merge pull request #78764 from TylerMSFT/twhitney-updateqs
Twhitney updateqs
2 parents 175458c + 2fcca60 commit 670e591

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

articles/aks/kubernetes-walkthrough-portal.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: iainfoulds
66

77
ms.service: container-service
88
ms.topic: quickstart
9-
ms.date: 12/18/2018
9+
ms.date: 5/31/2019
1010
ms.author: iainfou
1111
ms.custom: mvc
1212

@@ -29,35 +29,36 @@ Sign in to the Azure portal at https://portal.azure.com.
2929

3030
## Create an AKS cluster
3131

32-
In the top left-hand corner of the Azure portal, select **+ Create a resource** > **Kubernetes Service**.
32+
In the top left-hand corner of the Azure portal, select **+ Create a resource** > **Containers** > **Kubernetes Service**.
3333

3434
To create an AKS cluster, complete the following steps:
3535

36-
1. **Basics** - Configure the following options:
36+
1. On the **Basics** page, configure the following options:
3737
- *PROJECT DETAILS*: Select an Azure subscription, then select or create an Azure resource group, such as *myResourceGroup*. Enter a **Kubernetes cluster name**, such as *myAKSCluster*.
3838
- *CLUSTER DETAILS*: Select a region, Kubernetes version, and DNS name prefix for the AKS cluster.
39-
- *SCALE*: Select a VM size for the AKS nodes. The VM size **cannot** be changed once an AKS cluster has been deployed.
39+
- **PRIMARY NODE POOL**: select a VM size for the AKS nodes. The VM size **cannot** be changed once an AKS cluster has been deployed.
4040
- Select the number of nodes to deploy into the cluster. For this quickstart, set **Node count** to *1*. Node count **can** be adjusted after the cluster has been deployed.
4141

4242
![Create AKS cluster - provide basic information](media/kubernetes-walkthrough-portal/create-cluster-basics.png)
4343

44-
Select **Next: Authentication** when complete.
44+
Select **Next: Scale** when complete.
4545

46-
1. **Authentication**: Configure the following options:
47-
- Create a new service principal or *Configure* to use an existing one. When using an existing SPN, you need to provide the SPN client ID and secret.
48-
- Enable the option for Kubernetes role-based access controls (RBAC). These controls provide more fine-grained control over access to the Kubernetes resources deployed in your AKS cluster.
46+
2. On the **Scale** page, keep the default options. At the bottom of the screen, click **Next:Authentication**.
47+
3. On the **Authentication** page, configure the following options:
48+
- Create a new service principal by leaving the **Service Principal** field with **(new) default service principal**. Or you can choose *Configure service principal* to use an existing one. If you use an existing one, you will need to provide the SPN client ID and secret.
49+
- Enable the option for Kubernetes role-based access controls (RBAC). This will provide more fine-grained control over access to the Kubernetes resources deployed in your AKS cluster.
4950

50-
By default, *Basic* networking is used, and Azure Monitor for containers is enabled. Select **Review + create** and then **Create** when ready.
51+
By default, *Basic* networking is used, and Azure Monitor for containers is enabled. Click **Review + create** and then **Create** when validation completes.
5152

52-
It takes a few minutes to create the AKS cluster and to be ready for use. When finished, browse to the AKS cluster resource group, such as *myResourceGroup*, and select the AKS resource, such as *myAKSCluster*. The AKS cluster dashboard is shown, as in the following example screenshot:
53+
It takes a few minutes to create the AKS cluster. When your deployment is complete, click **Go to resource**, or browse to the AKS cluster resource group, such as *myResourceGroup*, and select the AKS resource, such as *myAKSCluster*. The AKS cluster dashboard is shown, as in this example:
5354

5455
![Example AKS dashboard in the Azure portal](media/kubernetes-walkthrough-portal/aks-portal-dashboard.png)
5556

5657
## Connect to the cluster
5758

5859
To manage a Kubernetes cluster, you use [kubectl][kubectl], the Kubernetes command-line client. The `kubectl` client is pre-installed in the Azure Cloud Shell.
5960

60-
Open Cloud Shell using the button on the top right-hand corner of the Azure portal.
61+
Open Cloud Shell using the `>_` button on the top of the Azure portal.
6162

6263
![Open the Azure Cloud Shell in the portal](media/kubernetes-walkthrough-portal/aks-cloud-shell.png)
6364

articles/aks/kubernetes-walkthrough.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To see the Azure Vote app in action, open a web browser to the external IP addre
236236

237237
When the AKS cluster was created, Azure Monitor for containers was enabled to capture health metrics for both the cluster nodes and pods. These health metrics are available in the Azure portal.
238238

239-
To see current status, uptime, and resource usage for the Azure Vote pods, complete the following steps:
239+
To see the current status, uptime, and resource usage for the Azure Vote pods, complete the following steps:
240240

241241
1. Open a web browser to the Azure portal [https://portal.azure.com][azure-portal].
242242
1. Select your resource group, such as *myResourceGroup*, then select your AKS cluster, such as *myAKSCluster*.
@@ -249,11 +249,11 @@ The *azure-vote-back* and *azure-vote-front* containers are displayed, as shown
249249

250250
![View the health of running containers in AKS](media/kubernetes-walkthrough/monitor-containers.png)
251251

252-
To see logs for the `azure-vote-front` pod, choose the option to **View in analytics**, then select **View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
252+
To see logs for the `azure-vote-back` pod, choose the option to **View in analytics**, then click the **View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
253253

254254
![View the containers logs in AKS](media/kubernetes-walkthrough/monitor-container-logs.png)
255255

256-
## Delete cluster
256+
## Delete the cluster
257257

258258
When the cluster is no longer needed, use the [az group delete][az-group-delete] command to remove the resource group, container service, and all related resources.
259259

13.6 KB
Loading

0 commit comments

Comments
 (0)